Skip to content

Commit

Permalink
test: use short-form cypress/browsers tag (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 26, 2024
1 parent d14a1a1 commit 01447ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/example-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
fail-fast: false
matrix:
browser: [chrome, edge, electron, firefox]
# from https://hub.docker.com/r/cypress/browsers/tags
# Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images
# Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags
container:
image: cypress/browsers:node-22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1
image: cypress/browsers:22.11.0
options: --user 1001
steps:
- name: Checkout
Expand Down

0 comments on commit 01447ed

Please sign in to comment.