mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
ci: create separate artifact archives per workflow run (#4121)
This commit is contained in:
parent
5314d90b9f
commit
4c357c8f76
1 changed files with 3 additions and 2 deletions
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
|
@ -56,7 +56,8 @@ jobs:
|
|||
go run github.com/onsi/ginkgo/v2/ginkgo -r -v -randomize-all -randomize-suites -trace integrationtests/self -- ${{ env.QLOGFLAG }}
|
||||
- name: save qlogs
|
||||
if: ${{ always() && env.DEBUG == 'true' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: qlogs
|
||||
name: qlogs-${{ matrix.os }}-go${{ matrix.go }}
|
||||
path: integrationtests/self/*.qlog
|
||||
retention-days: 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue