Skip to content

Commit

Permalink
ci(tests): don't run tests twice (#559)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a52a48)
  • Loading branch information
andrewazores authored and mergify[bot] committed Oct 18, 2022
1 parent 7a6a657 commit 4f48976
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 4f48976

Please sign in to comment.