Skip to content

Commit

Permalink
Go to working dir for retry
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 18, 2023
1 parent 2c73a94 commit f4fffb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 3
command: vagrant up
# Workaround for https://github.com/nick-fields/retry/issues/89
command: cd tests/snapshotter/${{ matrix.snapshotter }}/${{ matrix.vm }} && vagrant up
- name: "⏳ Node"
run: vagrant provision --provision-with=k3s-wait-for-node
- name: "⏳ CoreDNS"
Expand Down

0 comments on commit f4fffb7

Please sign in to comment.