We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a431d5 commit aff4ce7Copy full SHA for aff4ce7
./workflows/c-cpp.yml
@@ -41,3 +41,19 @@ jobs:
41
./configure $CONFIGURE_OPTS CFLAGS="-DAQO_DEBUG_PRINT -O0"
42
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
43
env CLIENTS=50 THREADS=50 make -C contrib/aqo check
44
+ - name: Archive regression.diffs
45
+if: ${{ always() }}
46
+uses: actions/upload-artifact@v3
47
+with:
48
+name: regression_diffs
49
+path: /home/runner/work/aqo/aqo/pg/contrib/aqo/regression.diffs
50
+retention-days: 1
51
+- name: Archive TAP tests log files
52
53
54
55
+name: tap_logs
56
+path: |
57
+log
58
+ retention-days: 1
59
+
0 commit comments