Skip to content

Commit

Permalink
Try to fix pupeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
algarfer committed Apr 10, 2024
1 parent 1c86b68 commit 43bc316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- run: npm --prefix webapp install
- run: npm --prefix webapp run build

- name: Install Puppeteer Dependencies
run: sudo apt-get install -y libx11-xcb1 libxcomposite1 libxdamage1 libxi6 libxtst6 libnss3 libcups2 libxss1 libxrandr2 libasound2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0

- run: npm --prefix webapp run test:e2e

docker-push-webapp:
Expand Down

0 comments on commit 43bc316

Please sign in to comment.