Skip to content

Commit

Permalink
Fix reservation test
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Vadkerti <[email protected]>
  • Loading branch information
thrix committed Jul 24, 2024
1 parent eec2a05 commit 9aeac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
env:
TESTING_FARM_API_TOKEN: ${{ secrets.TESTING_FARM_API_TOKEN }}
run: |
testing-farm reserve --compose Fedora-40 --duration 1 |& tee output <<< "exit"
testing-farm reserve --compose Fedora-40 --duration 1 <<< "exit" |& tee output
ssh -oUserKnownHostsFile=/dev/null $(grep -Eo root@[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ output) return2testingfarm

0 comments on commit 9aeac83

Please sign in to comment.