Skip to content

Commit

Permalink
Fix install step
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Sep 29, 2023
1 parent c143a45 commit e4898a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install puppeteer
run: npm ci
env:
PUPPETEER_PRODUCT: ${{ matrix.browser }}

Expand Down

0 comments on commit e4898a0

Please sign in to comment.