Skip to content

Commit a5280c8

Browse files
committed
fix: more logging in ci
Signed-off-by: Sam Gammon <[email protected]>
1 parent 48f22c5 commit a5280c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
- name: "Setup: Dependencies (Remote Example)"
5858
run: cd ./example-project-remote && elide install
5959
- name: "Build: Projects"
60-
run: ./gradlew --no-daemon build
60+
run: ./gradlew --stacktrace --info --no-daemon build
6161
- name: "Build: Remote Example"
62-
run: cd ./example-project-remote && ../gradlew --no-daemon build
62+
run: cd ./example-project-remote && ../gradlew --stacktrace --info --no-daemon build

0 commit comments

Comments
 (0)