From 99f0e222662ff922ac6d964cc39eeeeb3555694d Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Fri, 6 Oct 2023 20:10:05 +0200 Subject: [PATCH] Continue on error when one of runtimes fails --- .github/workflows/test-e2e-oncluster-runtime.yaml | 1 + .github/workflows/test-e2e-runtime.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-e2e-oncluster-runtime.yaml b/.github/workflows/test-e2e-oncluster-runtime.yaml index bd732655d9..dde9088b5d 100644 --- a/.github/workflows/test-e2e-oncluster-runtime.yaml +++ b/.github/workflows/test-e2e-oncluster-runtime.yaml @@ -5,6 +5,7 @@ on: [pull_request] jobs: test: name: On Cluster RT Test + continue-on-error: true strategy: matrix: go: [1.20.2] diff --git a/.github/workflows/test-e2e-runtime.yaml b/.github/workflows/test-e2e-runtime.yaml index 48ba55a56a..59a2b67b67 100644 --- a/.github/workflows/test-e2e-runtime.yaml +++ b/.github/workflows/test-e2e-runtime.yaml @@ -9,6 +9,7 @@ concurrency: jobs: test: name: E2E Test + continue-on-error: true strategy: matrix: runtime: ["node", "go", "python", "quarkus", "springboot", "typescript", "rust"]