remove conditional for FireFox

removing conditionals for FF
This commit is contained in:
mouse1203
2022-09-02 13:32:11 +02:00
parent 10aba2c038
commit b87561d396

View File

@@ -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