Skip to content

Commit

Permalink
debug puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 8, 2024
1 parent 68130c5 commit 318e50c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
run: |
pnpm install
pnpm up puppeteer
- name: Install chrome
run: pnpx puppeteer browsers install chrome
- name: Inspect puppeteer cache
run: tree -L 3 ~/.cache/puppeteer
- name: Check for puppeteer install script
run: ls -l node_modules/.pnpm/puppeteer*
- name: Inspect puppeteer cache
run: tree -L 3 ~/.cache/puppeteer
- name: Build
working-directory: www
run: |
Expand All @@ -37,10 +45,6 @@ jobs:
directory: www/out
index-files: |
["index.html", "index.htm"]
- name: Install chrome
run: pnpx puppeteer browsers install chrome
- name: Inspect puppeteer cache
run: tree -L 3 ~/.cache/puppeteer
- name: Regenerate screenshots
working-directory: www
run: node screenshots.js -h localhost:8080 -l 120000
Expand Down

0 comments on commit 318e50c

Please sign in to comment.