Skip to content

Commit

Permalink
Archiving tweak for smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Sep 5, 2024
1 parent 25d2af5 commit 1bf6b5e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ jobs:
- name: Package directory with correct file permissions
working-directory: ./tests/smoke
run: |
mkdir package
chmod 0666 ./package
sudo -s sh -c 'mkdir package'
sudo -s sh -c 'chmod 0666 ./package'
sudo -s sh -c 'cp src/* ./package/.'
- name: Create smoke test code archive
working-directory: ./tests/smoke
run: |
sudo -s sh -c 'cd package && zip -r ../smoke-test-package.zip ./*'
sudo -s sh -c 'pwd'
sudo -s sh -c 'zip -g smoke-test-package.zip src/*.py'
- name: Set up AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
Expand Down

0 comments on commit 1bf6b5e

Please sign in to comment.