Skip to content

Commit

Permalink
verify build before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 18, 2024
1 parent 9bb8c3b commit 6d75c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_app_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
run: |
bash app_runner/deploy/build.sh build-output app_runner
ls -l build-output
- name: Verify
run: |
build-output/app_runner/app_runner --help
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6d75c82

Please sign in to comment.