forked from quic-go/quic-go
ci: create separate artifact archives per workflow run (#4121)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user