We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ff6df commit 8bfad04Copy full SHA for 8bfad04
1 file changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build CUPS
33
run: make
34
- name: Test CUPS
35
- run: make test || cat test/error_log*
+ run: make test || (cat cups/test.log; test -f test/error_log && cat test/error_log*)
36
37
build-linux-i386:
38
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
build-macos:
63
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
build-windows:
81
0 commit comments