We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b634d commit c8cf464Copy full SHA for c8cf464
.github/workflows/test.yml
@@ -41,7 +41,11 @@ jobs:
41
- name: Setup dependencies
42
run: |
43
sudo apt-get -qq update
44
- sudo apt-get -yqq install libmariadb-dev libmagickwand-dev firefox-esr
+ 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
49
- name: Setup Ruby
50
uses: ruby/setup-ruby@v1
51
with:
0 commit comments