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