Skip to content

Commit

Permalink
retry command also needs cd
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 20, 2023
1 parent 1157701 commit 8b3a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
max_attempts: 3
# Workaround for https://github.com/nick-fields/retry/issues/89
command: cd tests/install/${{ matrix.vm }} && vagrant up --no-provision
on_retry_command: vagrant destroy -f
on_retry_command: cd tests/install/${{ matrix.vm }} && vagrant destroy -f
retry_wait_seconds: 90
- name: On Failure, Debug VM status, capture logs
if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit 8b3a298

Please sign in to comment.