Skip to content

Commit

Permalink
Smoke test packaging correction. Source code needs to be within pytho…
Browse files Browse the repository at this point in the history
…n directory.
  • Loading branch information
cpcundill committed Sep 6, 2024
1 parent 362f633 commit eaedb85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y rsync
- name: Package directory with correct file permissions
- name: Prepare archive directory with correct file permissions
working-directory: ./tests/smoke
run: |
sudo -s sh -c 'mkdir package'
sudo -s sh -c 'chmod 0666 ./package'
sudo -s sh -c 'cp src/* ./package/.'
sudo -s sh -c 'mkdir package/python'
sudo -s sh -c 'cp src/* ./package/python/.'
- name: Create smoke test code archive
working-directory: ./tests/smoke
Expand Down

0 comments on commit eaedb85

Please sign in to comment.