Skip to content

Commit

Permalink
try ff 123 images
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Apr 16, 2024
1 parent a3d2f29 commit 8f7349a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress-e2e-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
# run 4 copies of the current job in parallel
containers: [1, 2, 3, 4, 5]
steps:
- name: Setup firefox
id: setup-firefox
uses: browser-actions/setup-firefox@v1
with:
firefox-version: '123.0'
- name: Checkout
uses: actions/checkout@v4
# enables use to use the cache in actions/setup-node
Expand Down

0 comments on commit 8f7349a

Please sign in to comment.