Skip to content

Commit

Permalink
retry github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Dec 14, 2023
1 parent 55b4526 commit c8e1954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
node-version: '18.17'
- name: Setup Selenium Server
run: docker pull selenium/standalone-chrome:latest
- name: Start Selenium Server
run: docker run -d -p 4444:4444 -v /dev/shm:/dev/shm --name selenium-server selenium/standalone-chrome
- name: Start Selenium Server with access to host's localhost
run: docker run -d -p 4444:4444 --network="host" --shm-size=2g selenium/standalone-chrome:latest
# - name: Download selenoid (Selenium server)
# run: curl -s https://aerokube.com/cm/bash | bash
# - name: Give permission to selenoid (Selenium server)
Expand Down

0 comments on commit c8e1954

Please sign in to comment.