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 19a5ae3 commit afb0a3d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,8 @@ jobs:
run: npm install

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

- 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
npx puppeteer install --browser chrome
- name: Run tests
Expand Down

0 comments on commit afb0a3d

Please sign in to comment.