Skip to content

Commit

Permalink
fix: changed command
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Aug 22, 2024
1 parent 6a976ed commit 2f439de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install requirements
run: yarn install
- name: Run tests and collect coverage
run: yarn test
run: yarn test --ci
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
Expand Down

0 comments on commit 2f439de

Please sign in to comment.