Skip to content

Commit

Permalink
migrating to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 15, 2024
1 parent 34219f4 commit bbee2ac
Show file tree
Hide file tree
Showing 4 changed files with 3,081 additions and 5,041 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:

- name: Run tests & linter
run: |
npm install
npm run lint && npm run check
npm run test:ci
yarn install
yarn run lint && npm run check
yarn run test:ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
Loading

0 comments on commit bbee2ac

Please sign in to comment.