Skip to content

Commit

Permalink
chore: debug scheduler
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 10, 2024
1 parent 9c54d48 commit 89a90e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ jobs:
dapr uninstall --all
dapr init --runtime-version ${{ env.DAPR_RUNTIME_VER }}
- name: Print scheduler logs
run: |
docker logs dapr_scheduler
- name: Override dapr cli with referenced commit.
if: env.DAPR_CLI_REF != ''
run: |
Expand Down

0 comments on commit 89a90e1

Please sign in to comment.