Skip to content

Commit

Permalink
fix: integration tests and matrix test with artifacts for Cypress (#5746
Browse files Browse the repository at this point in the history
)

* fix: matrix test for Cypress with artifacts
* fix: update Golang version for Integration tests
  • Loading branch information
rangoo94 authored Aug 8, 2024
1 parent 2233c2d commit 55baca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/cypress/executor-tests/crd-workflow/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55baca9

Please sign in to comment.