Skip to content

Commit

Permalink
chore: fix everything
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed May 10, 2023
1 parent f4f812f commit 1806e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: yarn build:ci

- name: Run tests and generate coverage
run: test:coverage --ci --shard=${{ matrix.shard }}
run: yarn test:coverage --ci --shard=${{ matrix.shard }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1806e89

Please sign in to comment.