From db0a6edf3d0edef25bbcf83823c5a8936f5106aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Wed, 27 Mar 2024 17:33:37 +0100 Subject: [PATCH] Setup test images before integration test run (#2250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba7cfdd9..b036582c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,6 +50,8 @@ jobs: run: ./hack/allocate.sh - name: Local Registry run: ./hack/registry.sh + - name: Setup testing images + run: ./hack/setup-testing-images.sh - name: Integration Tests run: make test-integration - uses: codecov/codecov-action@v3