Skip to content

Commit

Permalink
Timeout the build step after 22 minutes
Browse files Browse the repository at this point in the history
Also upload the VirtualBox video files, if any, regardless of the build
status (at least we are interested in seeing video if things failed)
  • Loading branch information
lunkwill42 committed Apr 2, 2024
1 parent e75d29f commit 039f44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
packer validate bullseye.json
- name: Build Artifact
timeout-minutes: 22
run: |
packer build bullseye.json
- name: Upload video artifact
uses: actions/upload-artifact@v2
if: always()
with:
name: video
path: |
Expand Down

0 comments on commit 039f44a

Please sign in to comment.