Skip to content

Commit

Permalink
- Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Feb 22, 2024
1 parent 74bb945 commit 619623c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --ignore-scripts
run: |
pnpm install --ignore-scripts
pnpm i puppeteer
- name: Tests
run: pnpm run test
Expand Down

0 comments on commit 619623c

Please sign in to comment.