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 25b1e68 commit a235c2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
- name: Install Puppeteer Browsers
run: npx puppeteer install

- name: Verify Puppeteer Installation
run: |
echo "Puppeteer version:"
npx puppeteer --version
echo "Installed browsers:"
ls -l /home/runner/.cache/puppeteer
- name: Install Chrome
run: sudo apt-get install -y google-chrome-stable

Expand Down

0 comments on commit a235c2f

Please sign in to comment.