Skip to content

Commit

Permalink
fix: puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 6, 2024
1 parent 3a5a241 commit 12a0de7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ on:
permissions:
contents: read

env:
PUPPETEER_SKIP_DOWNLOAD: 'true'

jobs:
upload:
benchmark:
runs-on: ubuntu-latest

steps:
Expand All @@ -35,6 +32,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Puppeteer
run: node node_modules/puppeteer/install.mjs

- run: cd benchmark && pnpm run start

- name: Upload Benchmark data
Expand Down

0 comments on commit 12a0de7

Please sign in to comment.