Skip to content

Commit

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

0 comments on commit 6a976ed

Please sign in to comment.