Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel committed Jul 4, 2024
1 parent fe24ac7 commit d6a9f3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validate_pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
- run: chmod +x ./installer/pyinstaller/build-linux.sh
- name: Build PyInstaller
run: |
# docker run --rm -v .:/samcli -w /samcli quay.io/pypa/manylinux2014_x86_64:latest /samcli/installer/pyinstaller/build-linux.sh aws-sam-cli-linux-x86_64.zip
sam --version
docker run --rm -v .:/samcli -w /samcli quay.io/pypa/manylinux2014_x86_64:latest /samcli/installer/pyinstaller/build-linux.sh aws-sam-cli-linux-x86_64.zip
- name: Basic tests for PyInstaller
run: |
unzip .build/output/aws-sam-cli-linux-x86_64.zip -d sam-installation
./sam-installation/install
./sam-installation/install --update
sam-beta --version
./tests/sanity-check.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d6a9f3e

Please sign in to comment.