Skip to content

Commit

Permalink
ci(tests): don't run tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 18, 2022
1 parent 2ac50cd commit 3d3b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: yarn format:check
# - run: yarn lint
- run: yarn build
- run: yarn build:notests
- run: yarn test:ci

0 comments on commit 3d3b4f6

Please sign in to comment.