Skip to content

Commit

Permalink
Compress less files
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 5, 2023
1 parent 6a3b866 commit 965b442
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,22 @@ jobs:

- run: npm run build --if-present

- name: Pack docker.zip
run: zip -r docker.zip . -x .git

# - name: Pack ./__tests__
# run: |
# echo <<EOF
# ./docker-compose-wsl2.yml
# ./__tests__/
# ./__tests__/html/
# ./jest.config.js
# ./node_modules/
# ./packages/bundle/dist/
# ./packages/test/harness/dist/
# ./packages/test/page-object/dist/
# EOF | zip docker.zip -r@
# - name: Pack docker.zip
# run: zip -r docker.zip . -x .git

- name: Pack ./__tests__
run: |
echo <<EOF
./docker-compose-wsl2.yml
./__tests__/
./jest.config.js
./node_modules/
./packages/bundle/dist/
./packages/test/harness/
./packages/test/page-object/dist/
EOF | zip docker.zip -r@
- run: ls -l docker.zip

- name: Upload Docker artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 965b442

Please sign in to comment.