Skip to content

Commit ae3f240

Browse files
committed
add error logging
1 parent c920c4c commit ae3f240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
run: ./gradlew shadowJar
5656

5757
- name: Test with Gradle
58-
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test --scan
58+
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test --scan --log-file=errlog.txt
5959
- name: If Fail
6060
if: ${{ failure() }}
61-
run: cat /home/runner/work/bowler-script-kernel/bowler-script-kernel/build/reports/tests/test/index.html
61+
run: cat errlog.txt
6262

6363
- name: Test Bezier
6464
run: xvfb-run -s '-screen 0 1024x768x24' java -Dprism.order=sw -Dprism.verbose=true -jar build/libs/bowler-kernel.jar -g https://gist.github.com/4aeeaa49bd3a807eed8f8ff3dea84c48.git BezierEditorDemo.groovy

0 commit comments

Comments
 (0)