Skip to content

Commit

Permalink
chore(gha): don't build/run linter rules during unit test step (becau…
Browse files Browse the repository at this point in the history
…se they are run as a separate step already) (#9747)
  • Loading branch information
christopherthielen committed Oct 6, 2021
1 parent a38c6fa commit 70e571f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -86,14 +86,6 @@ jobs:
- name: Unit Tests
run: yarn test --single-run

- name: Eslint Plugin Tests
run: |
cd packages/eslint-plugin
yarn tsc
yarn test
cd ../..
yarn lint
functional-tests:
name: Functional tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70e571f

Please sign in to comment.