diff options
-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 |