We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6692d commit 9dfffdeCopy full SHA for 9dfffde
.github/workflows/build-validation.yml
@@ -56,6 +56,9 @@ jobs:
56
run: ./gradlew integrationTest || echo "TEST_FAILED=true" >> $GITHUB_ENV
57
continue-on-error: true
58
59
+ - name: Display Durable Task Sidecar Logs
60
+ run: docker logs -f durabletask-sidecar
61
+
62
- name: Archive test report
63
uses: actions/upload-artifact@v4
64
with:
0 commit comments