Skip to content

Commit

Permalink
Try to set shell to Bash explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Feb 16, 2024
1 parent 0732e85 commit 53da6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: pustovitDmytro/redis-github-action@v1.0.1
- run: yarn
- name: Unit tests coverage
shell: bash
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
Expand Down

0 comments on commit 53da6fc

Please sign in to comment.