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"]