mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
remove conditional for FireFox
removing conditionals for FF
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -215,13 +215,11 @@ jobs:
|
|||||||
DB=postgres bash ci/init-db.sh
|
DB=postgres bash ci/init-db.sh
|
||||||
fi
|
fi
|
||||||
- name: Setup Firefox
|
- name: Setup Firefox
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
uses: browser-actions/setup-firefox@latest
|
uses: browser-actions/setup-firefox@latest
|
||||||
with:
|
with:
|
||||||
firefox-version: latest
|
firefox-version: latest
|
||||||
|
|
||||||
- name: Setup Geckodriver
|
- name: Setup Geckodriver
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
uses: browser-actions/setup-geckodriver@latest
|
uses: browser-actions/setup-geckodriver@latest
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
|
Reference in New Issue
Block a user