Skip to content

Commit

Permalink
Cleanup before restoring cache.
Browse files Browse the repository at this point in the history
Otherwise the cleanup will erase the restored image.
  • Loading branch information
Gerrit91 committed Apr 29, 2024
1 parent a89c501 commit 1f14707
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
push: true
tags: ${{ env.MINI_LAB_SONIC_IMAGE }}

- name: Runner Cleanup
shell: bash
run: |
./test/ci-cleanup.sh
- name: Cache
uses: actions/cache@v4
with:
Expand All @@ -67,7 +72,6 @@ jobs:
- name: Run integration tests
shell: bash
run: |
./test/ci-cleanup.sh
./test/integration.sh
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit 1f14707

Please sign in to comment.