Skip to content

Commit

Permalink
Remove chrome.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 4a2785a commit d35c884
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ jobs:

- run: npm run build --if-present

- name: Pack ./__tests__
- name: Pack Docker artifact
run: |
zip docker.zip -r@ <<EOF
./__tests__/
./babel-jest-config.js
./babel-passthru-transformer.js
./babel.config.json
./chrome.dockerfile
./docker-compose-wsl2.yml
./jest.config.js
./package.json
Expand Down
7 changes: 0 additions & 7 deletions chrome.dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions docker-compose-wsl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ services:
# On Windows, run with COMPOSE_CONVERT_WINDOWS_PATHS=1

chrome:
build:
context: ./
dockerfile: chrome.dockerfile
image: selenium/node-chrome:110.0
depends_on:
- selenium-hub
- webchat
Expand All @@ -18,6 +16,8 @@ services:
SE_OPTS: '--log-level WARNING'
SE_NODE_SESSION_TIMEOUT: '300'
shm_size: '2.5gb'
volumes:
- ./__tests__/html/assets/uploads/:/home/seluser/Downloads

selenium-hub:
image: selenium/hub:4.8.1
Expand Down

0 comments on commit d35c884

Please sign in to comment.