Skip to content

Commit f59af6b

Browse files
committed
Update Gradle build command to include stacktrace option for better debugging
1 parent d9e20ec commit f59af6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
uses: gradle/gradle-build-action@v2
4343

4444
- name: Build with Gradle
45-
run: ./gradlew build
45+
run: ./gradlew build --stacktrace
46+
4647

4748
# TODO: Move the sidecar into a central image repository
4849
- name: Initialize Durable Task Sidecar

0 commit comments

Comments
 (0)