Skip to content

Commit

Permalink
Adapt github worflow to handle cache for downgrade tests and import t…
Browse files Browse the repository at this point in the history
…he container images

Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Nov 8, 2024
1 parent c6f641d commit 079fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
go-version-file: go.mod
- run: |
git fetch --prune --unshallow
- if: ${{ matrix.test == 'test-upgrade' }}
- if: ${{ matrix.test == 'test-upgrade' || matrix.test == 'test-downgrade' }}
name: Pull images
uses: ./.github/actions/fetchimages
with:
Expand Down

0 comments on commit 079fa21

Please sign in to comment.