Skip to content

Commit

Permalink
Update version of selenium server used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Feb 13, 2024
1 parent 8c24435 commit 089699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install selenium server
run: |
wget https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar -O selenium-server.jar
wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-server-4.3.0.jar -O selenium-server.jar
# Lint before running unit tests
- name: Run lint
Expand Down

0 comments on commit 089699b

Please sign in to comment.