Skip to content

Commit

Permalink
pass flags to test command
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 4, 2022
1 parent 769ed63 commit b06ae48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
node-version: 16
- name: Dependencies
uses: bahmutov/npm-install@v1
- name: Build
run: npm run build
# - name: Build
# run: npm run build
- name: Run tests
run: yarn test --coverage --verbose
run: npm run test -- -- --coverage --verbose
- name: Coverage
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit b06ae48

Please sign in to comment.