Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Oct 8, 2024
1 parent 1bd5b49 commit eb0e636
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
node-version: 22
- run: yarn
- run: yarn build
- run: yarn test
- run: yarn test --coverage
- name: Upload deploy artifact
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/

sonarcloud:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb0e636

Please sign in to comment.