Skip to content

Commit bc5a508

Browse files
committed
Split clients test to return errors
1 parent 45e3e1d commit bc5a508

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ jobs:
8080
"nginx-repo.key=${{ secrets.NGINX_KEY }}"
8181
8282
- name: Test Client
83-
run: |
84-
docker compose up -d
85-
docker compose logs -f test test-no-stream
83+
run: docker compose up test --exit-code-from test
84+
85+
- name: Test Client No Stream
86+
run: docker compose up test-no-stream --exit-code-from test-no-stream
8687

8788
- name: Create/Update Draft
8889
uses: lucacome/draft-release@52f02d1a69b61568e54ab5cf86ce91503bac4066 # v1.0.2

0 commit comments

Comments
 (0)