Skip to content

Commit

Permalink
Continue on error when one of runtimes fails (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejvasek authored Oct 9, 2023
1 parent 9cf1ed7 commit 429d379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-e2e-oncluster-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [pull_request]
jobs:
test:
name: On Cluster RT Test
continue-on-error: true
strategy:
matrix:
go: [1.20.2]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-e2e-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency:
jobs:
test:
name: E2E Test
continue-on-error: true
strategy:
matrix:
runtime: ["node", "go", "python", "quarkus", "springboot", "typescript", "rust"]
Expand Down

0 comments on commit 429d379

Please sign in to comment.