Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Oct 2, 2024
1 parent ffabbf4 commit 310681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-vm-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
cd ${{ github.workspace }}/integration-tests/
for file in container-logs/*.tar.gz; do
tar -C xzf "$file"
tar xzf "$file"
rm -f "$file"
done
Expand Down

0 comments on commit 310681b

Please sign in to comment.