Skip to content

Commit

Permalink
Merge pull request #258 from mshriver/update-ci-selenium
Browse files Browse the repository at this point in the history
move to latest selenium image
  • Loading branch information
mshriver authored Aug 26, 2024
2 parents f1a4738 + c723b69 commit 1e59df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
tests:
# Run unit tests on different version of python and browser
name: 🐍 Python-${{ matrix.python-version }}-${{ matrix.browser }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
browser: [chrome, firefox]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Pull selenium-standalone:latest
run: podman pull selenium/standalone-${{ matrix.browser }}:4.9
run: podman pull selenium/standalone-${{ matrix.browser }}:latest

- name: Pull docker.io/library/nginx:alpine
run: podman pull docker.io/library/nginx:alpine
Expand Down

0 comments on commit 1e59df5

Please sign in to comment.