Skip to content

Commit 198069a

Browse files
committed
[ci] cleanup e2e containers
1 parent 30f9156 commit 198069a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
- name: Run e2e tests
5151
run: cd test/e2e && go test -count=1 .
5252

53+
# step 5: stop services
54+
- name: Stop services
55+
run: docker compose -f test/e2e/docker-compose.yml down -v
56+
continue-on-error: true
57+
5358
build:
5459
name: Build
5560
permissions:

0 commit comments

Comments
 (0)