Skip to content

Commit c8cf464

Browse files
committed
let's see if setup-firefox is any good
1 parent 02b634d commit c8cf464

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ jobs:
4141
- name: Setup dependencies
4242
run: |
4343
sudo apt-get -qq update
44-
sudo apt-get -yqq install libmariadb-dev libmagickwand-dev firefox-esr
44+
sudo apt-get -yqq install libmariadb-dev libmagickwand-dev
45+
- name: Setup Firefox
46+
if: ${{ matrix.test_type == 'test:system' }}
47+
uses: browser-actions/setup-firefox@v1.5.4
48+
- run: firefox --version
4549
- name: Setup Ruby
4650
uses: ruby/setup-ruby@v1
4751
with:

0 commit comments

Comments
 (0)