Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent cf6dcbc commit ccfae89
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,19 @@ jobs:
- name: Pack ./__tests__
run: |
zip docker.zip -r@ <<EOF
./docker-compose-wsl2.yml
./babel.config.json
./babel-passthru-transformer.js
./babel-jest-config.js
./__tests__/
./babel-jest-config.js
./babel-passthru-transformer.js
./babel.config.json
./chrome.dockerfile
./docker-compose-wsl2.yml
./jest.config.js
./node_modules/
./packages/bundle/dist/
./packages/test/harness/
./packages/test/page-object/dist/
./testharness.dockerfile
./testharness2.dockerfile
EOF
- run: ls -l docker.zip
Expand Down

0 comments on commit ccfae89

Please sign in to comment.