Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtusnio committed Aug 24, 2024
1 parent 89fd1ec commit 7a45259
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
with:
node-version: '20.x'
- run: npm ci
- run: npm test-browser
- run: npx @puppeteer/browsers install chrome@stable
- name: Browser tests
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
npm run test-browser

0 comments on commit 7a45259

Please sign in to comment.