Skip to content

Commit

Permalink
debug scheduler connection.
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza committed Jul 17, 2024
1 parent 5eec273 commit ce5c8a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
pip3 install setuptools wheel
pip3 install mechanical-markdown
- name: Verify scheduler is listening on port.
run: nc -vz 127.0.0.1 50006
- name: Clean up files
run: ./mvnw clean
- name: Build sdk
Expand Down

0 comments on commit ce5c8a8

Please sign in to comment.