Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 186252d

Browse files
committed
Collect some artifacts of CI tests - initial commit
1 parent 764a965 commit 186252d

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)

AltStyle によって変換されたページ (->オリジナル) /