We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 581d10e + cb4c9c7 commit c296f95Copy full SHA for c296f95
2 files changed
.github/workflows/end2end.yml
@@ -20,6 +20,7 @@ jobs:
20
end2end-test:
21
runs-on: ubuntu-latest
22
continue-on-error: true
23
+ timeout-minutes: 15
24
needs: build
25
strategy:
26
matrix:
.github/workflows/unit-test.yml
@@ -6,6 +6,7 @@ jobs:
6
test:
7
8
9
10
11
# Don't cancel jobs if one fails
12
fail-fast: false
0 commit comments