Skip to content

Commit

Permalink
test chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 25, 2024
1 parent 3b3f827 commit 30eed97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/example-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-14]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -31,3 +31,4 @@ jobs:
# print information about detected browsers, etc
# see https://on.cypress.io/command-line#cypress-info
build: npx cypress info
browser: chromium

0 comments on commit 30eed97

Please sign in to comment.