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.
1 parent 45e3e1d commit bc5a508Copy full SHA for bc5a508
.github/workflows/ci.yml
@@ -80,9 +80,10 @@ jobs:
80
"nginx-repo.key=${{ secrets.NGINX_KEY }}"
81
82
- name: Test Client
83
- run: |
84
- docker compose up -d
85
- docker compose logs -f test test-no-stream
+ run: docker compose up test --exit-code-from test
+
+ - name: Test Client No Stream
86
+ run: docker compose up test-no-stream --exit-code-from test-no-stream
87
88
- name: Create/Update Draft
89
uses: lucacome/draft-release@52f02d1a69b61568e54ab5cf86ce91503bac4066 # v1.0.2
0 commit comments