diff options
author | Loïc Hoguin <[email protected]> | 2024-11-06 20:26:21 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-06 20:26:21 +0100 |
commit | e761e3ba7b2da49a41145d9f43118a39bb2d9566 (patch) | |
tree | fe0d1406136f3af75b7181b52f2befed987b5500 /.github | |
parent | 99e2cf43c2e72c91d381c32fed2a71fe6f09280f (diff) | |
download | cowboy-e761e3ba7b2da49a41145d9f43118a39bb2d9566.tar.gz cowboy-e761e3ba7b2da49a41145d9f43118a39bb2d9566.tar.bz2 cowboy-e761e3ba7b2da49a41145d9f43118a39bb2d9566.zip |
CI: Upload logs in examples job too
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a2eb0c..391c2af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,3 +68,12 @@ jobs: - name: Run ct-examples run: make ct-examples LATEST_ERLANG_OTP=1 + + - name: Upload logs + uses: actions/upload-artifact@v4 + if: always() + with: + name: Common Test logs (examples) + path: | + logs/ + !logs/**/log_private |