Skip to content

Commit

Permalink
fix(1461): test.yml github action bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx committed Sep 13, 2024
1 parent 59ba354 commit 0ed4ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm install

- name: Install Puppeteer Browsers
run: npx puppeteer install --browser chrome
run: PUPPETEER_CACHE_DIR=/home/runner/.cache/puppeteer npx puppeteer install --browser chrome

- name: Verify Puppeteer Installation
run: |
Expand Down

0 comments on commit 0ed4ea2

Please sign in to comment.