From 55baca98e6ba31f95eb977555c4de91f4590c579 Mon Sep 17 00:00:00 2001 From: Dawid Rusnak Date: Thu, 8 Aug 2024 11:54:49 +0200 Subject: [PATCH] fix: integration tests and matrix test with artifacts for Cypress (#5746) * fix: matrix test for Cypress with artifacts * fix: update Golang version for Integration tests --- test/cypress/executor-tests/crd-workflow/smoke.yaml | 3 +++ test/integration/crd-workflow/testkube-integration-tests.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test/cypress/executor-tests/crd-workflow/smoke.yaml b/test/cypress/executor-tests/crd-workflow/smoke.yaml index c4f6c0a9e5a..d969ace5334 100644 --- a/test/cypress/executor-tests/crd-workflow/smoke.yaml +++ b/test/cypress/executor-tests/crd-workflow/smoke.yaml @@ -387,6 +387,9 @@ spec: description: '{{ matrix.browser }} browser' transfer: - from: /data/repo + fetch: + - from: /data/artifacts + to: /data/artifacts/{{ matrix.browser }} run: args: - '--browser' diff --git a/test/integration/crd-workflow/testkube-integration-tests.yaml b/test/integration/crd-workflow/testkube-integration-tests.yaml index 97efb2161dd..67c47bcd43e 100644 --- a/test/integration/crd-workflow/testkube-integration-tests.yaml +++ b/test/integration/crd-workflow/testkube-integration-tests.yaml @@ -50,7 +50,7 @@ spec: steps: - name: Run integration tests run: - image: golang:1.22.1-bookworm + image: golang:1.22.3-bookworm workingDir: /data/repo volumeMounts: - name: gocache