8000
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 a151327 commit 1c258f1Copy full SHA for 1c258f1
.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@a98777f0bae0a6815cc1df77ebe48ca70e7cb970 # v1.0.3
0 commit comments