Skip to content

Commit 7cd1fcd

Browse files
committed
remove broken build logfile
1 parent 9fd9e20 commit 7cd1fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ./gradlew shadowJar
5656

5757
- name: Test with Gradle
58-
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test --scan --log-file=errlog.txt
58+
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test --scan
5959
- name: If Fail
6060
if: ${{ failure() }}
6161
run: cat errlog.txt

0 commit comments

Comments
 (0)