Skip to content

Commit

Permalink
some debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 13, 2024
1 parent 80e0be9 commit f2ed07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
id: server_integration_tests
if: ${{ matrix.disabled_on_pr != 'true' || github.event.pull_request == '' }}
run: |
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 }}"
cd examples/server/tests
PORT=8888 ./tests.sh
Expand Down

0 comments on commit f2ed07f

Please sign in to comment.