Skip to content

Commit

Permalink
Fixed selenium start issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Oct 24, 2023
1 parent 5883a13 commit 2fb2c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Start Selenium
run: |
docker run --net=host --shm-size="2g" selenium/standalone-chrome
docker run --detach --net=host --shm-size="2g" selenium/standalone-chrome:4.8.0-20230131
- name: Update composer
run: composer self-update
Expand Down

0 comments on commit 2fb2c03

Please sign in to comment.