mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +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
|
||||
fi
|
||||
- name: Setup Firefox
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
uses: browser-actions/setup-firefox@latest
|
||||
with:
|
||||
firefox-version: latest
|
||||
|
||||
- name: Setup Geckodriver
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
uses: browser-actions/setup-geckodriver@latest
|
||||
|
||||
- name: Run pytest
|
||||
|
Reference in New Issue
Block a user