Skip to content

Commit

Permalink
fix: CI flaky tests (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Jul 15, 2024
1 parent 7a767b0 commit fa88dd7
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 424 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-and-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16, 18 ]
node-version: [ 18, 20, 22 ]

steps:
- uses: actions/checkout@v4
Expand All @@ -64,7 +64,9 @@ jobs:
run : npx playwright install --with-deps

- name: Install Puppeteer deps
run : cd node_modules/puppeteer && PUPPETEER_PRODUCT=firefox node install.js && PUPPETEER_PRODUCT=chrome node install.js && cd ../..
run : |
npx puppeteer browsers install chrome
npx puppeteer browsers install firefox
- name: Turbo cache
id: turbo-cache
Expand Down
Loading

0 comments on commit fa88dd7

Please sign in to comment.