Skip to content

Commit aff4ce7

Browse files
committed
Collect some artifacts of CI tests - initial commit
1 parent 6a431d5 commit aff4ce7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,19 @@ jobs:
4141
./configure $CONFIGURE_OPTS CFLAGS="-DAQO_DEBUG_PRINT -O0"
4242
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
4343
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+
if: ${{ always() }}
53+
uses: actions/upload-artifact@v3
54+
with:
55+
name: tap_logs
56+
path: |
57+
log
58+
retention-days: 1
59+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy