Skip to content

Commit

Permalink
Fix Github Action CI pipeline #133
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Mar 29, 2024
1 parent 28701a2 commit a3e87f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Run Selenium Standalone server
run: |
wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.4.0/selenium-server-4.4.0.jar
java -jar selenium-server-4.4.0.jar standalone
wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.2.jar
java -jar selenium-server-4.1.2.jar standalone
- name: Install
run: yarn install
Expand Down

0 comments on commit a3e87f6

Please sign in to comment.