Skip to content

Commit

Permalink
Run browser tests on a version of ubuntu that comes with chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Auroratide committed Dec 29, 2024
1 parent 8923a6e commit 3078136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
test:
name: Test
needs: deploy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # See: https://github.com/puppeteer/puppeteer/issues/12818
env:
ENV: prod
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
test:
name: Test
needs: migrate
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # See: https://github.com/puppeteer/puppeteer/issues/12818
env:
ENV: prod
steps:
Expand Down

0 comments on commit 3078136

Please sign in to comment.