Skip to content

Commit

Permalink
try this for the linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Sep 21, 2023
1 parent 9cc05ae commit 355826f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ jobs:
working-directory: dwds
- name: Run Puppeteer tests
run: dart test --tags=puppeteer --no-retry --platform vm
working-directory: dwds
working-directory: dwds
- name: Run Puppeteer tests
run: xvfb-run --auto-servernum dart test --tags=puppeteer --platform vm
if: runner.os == 'Linux'
- name: Run Puppeteer tests
run: dart test --tags=puppeteer --platform vm
if: runner.os != 'Linux'

0 comments on commit 355826f

Please sign in to comment.