Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662e6d0 commit 8676259Copy full SHA for 8676259
.github/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
59
+
0 commit comments