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 80e0be9 commit f2ed07fCopy full SHA for f2ed07f
.github/workflows/server.yml
@@ -80,6 +80,7 @@ jobs:
80
id: server_integration_tests
81
if: ${{ matrix.disabled_on_pr != 'true' || github.event.pull_request == '' }}
82
run: |
83
+ echo " id=${{ matrix.disabled_on_pr != 'true' || github.event.pull_request == '' }} matrix.disabled_on_pr=${{ matrix.disabled_on_pr }} github.event.pull_request=${{ github.event.pull_request }}"
84
cd examples/server/tests
85
PORT=8888 ./tests.sh
86
0 commit comments