Skip to content

Commit

Permalink
Use npm, not yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed May 26, 2024
1 parent 4054254 commit 9955543
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
# Defaults to the user or organization that owns the workflow file
scope: "nvuillam"
- run: yarn
- run: yarn prepack
- run: yarn test
# - name: Submitting code coverage to codecov
# run: |
# ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
# curl -s https://codecov.io/bash | bash
- name: Install dependencies and link
run: npm ci && npm link
- name: Run tests
run: npm run test

0 comments on commit 9955543

Please sign in to comment.