Skip to content

Commit

Permalink
Don’t allow test.only on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Feb 16, 2024
1 parent 44b66c7 commit ebb973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: pustovitDmytro/redis-github-action@v1.0.1
- run: yarn
- name: Unit tests coverage
run: FAST_NEAR_CONTRACT_TIMEOUT_MS=5000 npx nyc --reporter=lcov yarn test:ci
run: FAST_NEAR_CONTRACT_TIMEOUT_MS=5000 NODE_TAPE_NO_ONLY_TEST=true npx nyc --reporter=lcov yarn test:ci
- name: Report code coverage
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit ebb973b

Please sign in to comment.