Skip to content

Commit f0b15fd

Browse files
committed
server: test: add some debug print
1 parent 5a7eb2b commit f0b15fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
id: server_integration_tests
8181
if: ${{ matrix.disabled_on_pr != 'true' || github.event.issue.pull_request == '' }}
8282
run: |
83+
echo "matrix.disabled_on_pr=${{ matrix.disabled_on_pr }} github.event.issue.pull_request=${{ github.event.issue.pull_request }}"
8384
cd examples/server/tests
8485
PORT=8888 ./tests.sh
8586

0 commit comments

Comments
 (0)