Skip to content

Commit

Permalink
ci(tests): don't run tests twice (#559) (#561)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a52a48)

Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
mergify[bot] and andrewazores authored Oct 18, 2022
1 parent 7a6a657 commit 0e595e4
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 0e595e4

Please sign in to comment.