File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,27 @@ jobs:
44
44
- name : make test
45
45
run : pg_virtualenv ${MAKE_CMD} USE_HEALPIX=${{ matrix.use_healpix }} test
46
46
47
+ - name : Show test regression.diffs
48
+ if : ${{ failure() }}
49
+ run : cat regression.diffs
50
+
47
51
- name : Install pgSphere
48
52
run : sudo ${MAKE_CMD} USE_HEALPIX=${{ matrix.use_healpix }} install
49
53
50
54
- name : make installcheck
51
55
run : pg_virtualenv ${MAKE_CMD} USE_HEALPIX=${{ matrix.use_healpix }} installcheck
52
56
57
+ - name : Show installcheck regression.diffs
58
+ if : ${{ failure() }}
59
+ run : cat regression.diffs
60
+
53
61
- name : make crushtest
54
62
run : pg_virtualenv ${MAKE_CMD} USE_HEALPIX=${{ matrix.use_healpix }} crushtest
55
63
64
+ - name : Show crushtest regression.diffs
65
+ if : ${{ failure() }}
66
+ run : cat regression.diffs
67
+
56
68
- name : Build docs
57
69
run : ${MAKE_CMD} -C doc
58
70
You can’t perform that action at this time.
0 commit comments