mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
CI: Upload logs in examples job too
This commit is contained in:
parent
99e2cf43c2
commit
e761e3ba7b
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue