From f3ca4d3d31108f1065ccb1dfd320b056be4dd8df Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Fri, 29 Jan 2021 14:14:41 +1030 Subject: [PATCH] ci: enable tests and linting --- .github/workflows/production.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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: