Skip to content

Commit

Permalink
another no space left try...
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 3, 2024
1 parent 89694e4 commit 755ce7e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ jobs:
with:
name: e2e-images
path: .
- name: Load provider image
run: sudo docker load -i provider-images.tar
- name: Load k8s-snap image
run: sudo docker load -i k8s-snap-image.tar
- name: Space check
run: |
ls
df -h
rm -rf provider-images.tar k8s-snap-image.tar
df -h
- name: Load provider image
run: sudo docker load -i provider-images.tar
- name: Load k8s-snap image
run: sudo docker load -i k8s-snap-image.tar
- name: Run e2e tests
run: sudo make test-e2e

0 comments on commit 755ce7e

Please sign in to comment.