Skip to content

Commit e538e24

Browse files
committed
Show me the test log!
1 parent 9ddcff7 commit e538e24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/macos.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,11 @@ jobs:
4343
run: |
4444
PATH="/usr/local/opt/bison/bin:${PATH}" meson compile -C build
4545
- name: Test
46+
id: test
47+
continue-on-error: true
4648
run: |
47-
meson test -C build --print-errorlogs --verbose x11 x11comp
49+
meson test -C build --print-errorlogs x11 x11comp
50+
- name: Test Log
51+
run: |
52+
cat build/meson-logs/testlog.txt
53+
[[ "${{ steps.test.outcome }}" == "success" ]]

0 commit comments

Comments
 (0)