Skip to content

Commit f2ed07f

Browse files
committed
some debugs
1 parent 80e0be9 commit f2ed07f

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.pull_request == '' }}
8282
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 }}"
8384
cd examples/server/tests
8485
PORT=8888 ./tests.sh
8586

0 commit comments

Comments
 (0)