diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a2eb0c5..391c2af3 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