Skip to content

Commit 463de01

Browse files
artparclaude
andcommitted
Make e2e non-blocking for releases
e2e depends on daptin/daptin Docker image which may be unavailable. Release only requires unit tests to pass. e2e runs independently with continue-on-error. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 27b08ae commit 463de01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
e2e:
2424
runs-on: ubuntu-latest
25+
continue-on-error: true
2526
services:
2627
daptin:
2728
image: daptin/daptin
@@ -44,7 +45,7 @@ jobs:
4445
run: DAPTIN_ENDPOINT=http://localhost:6336 bash scripts/e2e.sh
4546

4647
release:
47-
needs: [test, e2e]
48+
needs: test
4849
if: startsWith(github.ref, 'refs/tags/v')
4950
runs-on: ubuntu-latest
5051
steps:

0 commit comments

Comments
 (0)