Skip to content

Commit

Permalink
Fix Github Actions in webship-js #120
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaimaaNatshah committed Dec 23, 2023
1 parent c2adc14 commit fffb4a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:

runs-on: ubuntu-latest

env:
TEST_BASE_URL: http://localhost:8080/
SELENIUM_HOST: http://selenium:4444/wd/hub

steps:
- name: Install Chrome
run: |
Expand All @@ -28,7 +24,7 @@ jobs:
node-version: '18.x'
- name: install selenium
run: wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.2.jar
- name: install selenium
- name: run selenium
run: java -jar selenium-server-4.1.2.jar standalone
- name: Install
run: yarn install
Expand Down

0 comments on commit fffb4a2

Please sign in to comment.