diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 710fbab13..abdb95349 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -26,11 +26,8 @@ jobs: - name: Installing node deps run: npm ci - # - name: Test - # run: npm test - # # uses: omgimalexis/ava-action@master - # # env: - # # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Test + run: npm test lint: runs-on: ubuntu-latest @@ -53,15 +50,13 @@ jobs: - name: Installing node deps run: npm install - # - name: Lint - # uses: omgimalexis/xo-action@master - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Lint + run: npm run lint release: runs-on: ubuntu-latest - # needs: [lint, test] + needs: [lint, test] strategy: matrix: