Skip to content

Commit edf5f15

Browse files
authored
#32: removed --stacktrace from CI build step (#33)
1 parent 16475e8 commit edf5f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929

3030
# Runs a single command using the runners shell
3131
- name: Compile and run tests on robot code
32-
run: ./gradlew build --stacktrace
32+
run: ./gradlew build

0 commit comments

Comments
 (0)