Skip to content

Commit

Permalink
ci: playwright deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FlandreDaisuki committed May 21, 2024
1 parent 9acb5f1 commit 78c4b3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
with:
node-version: "20"

- uses: microsoft/playwright-github-action@v1
- name: Install dependencies
run: npm ci

- name: Install playwright browsers
run: npx playwright install --with-deps chromium

- name: Generate PDF
run: npm ci && npm run pdf
run: npm run pdf

- name: Upload & Release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 78c4b3d

Please sign in to comment.