Skip to content

Commit

Permalink
move to latest selenium image
Browse files Browse the repository at this point in the history
This could go too far the opposite direction, but I'd rather see
failures because of selenium updates than get a false sense of security
from being on an older version.

Consumers of widgetastic will want to be on the latest version of
selenium
  • Loading branch information
mshriver committed Aug 26, 2024
1 parent f1a4738 commit 857ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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 857ddec

Please sign in to comment.