Skip to content

Commit ed7b741

Browse files
committed
.github: Pre-pull images before running integration tests
This help not hitting some test timeouts due to images not being pulled quickly enough. Signed-off-by: Beñat Gartzia Arruabarrena <bgartzia@redhat.com>
1 parent 2cbd99e commit ed7b741

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
run: make push
7373
- name: "Install KubeVirt"
7474
run: make install-kubevirt
75+
- name: "Pre-pull images"
76+
run: make pre-pull-images
7577
- name: "Run integration tests"
7678
run: |
7779
eval $(ssh-agent -s)

0 commit comments

Comments
 (0)