Skip to content

Commit 524e16b

Browse files
committed
Try different syntax.
1 parent 3a1fd61 commit 524e16b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/accessibility_scan.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27+
- name: Setup Firefox
28+
uses: browser-actions/setup-firefox@v1
29+
30+
- name: Setup GeckoDriver
31+
uses: browser-actions/setup-geckodriver@v1
32+
2733
- name: Set up Ruby
2834
uses: ruby/setup-ruby@v1
2935
with:
@@ -56,16 +62,6 @@ jobs:
5662
with:
5763
python-version: '3.12'
5864

59-
- name: Setup Firefox
60-
uses: browser-actions/setup-firefox@latest
61-
with:
62-
firefox-version: latest
63-
64-
- name: Setup GeckoDriver
65-
uses: browser-actions/setup-geckodriver@latest
66-
with:
67-
geckodriver-version: latest
68-
6965
- name: Install Python dependencies
7066
run: |
7167
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)