chore: enable e2e dump

This commit is contained in:
Junyi Du
2022-11-30 19:29:18 +08:00
parent 1702993f06
commit 7efa4d8da6
2 changed files with 18 additions and 8 deletions

View File

@@ -146,9 +146,10 @@ jobs:
DEBUG: "pw:api"
RELEASE: true # skip dev only test
# - name: Save test artifacts
# if: ${{ failure() }}
# uses: actions/upload-artifact@v2
# with:
# name: e2e-test-report
# path: artifacts.zip
- name: Save e2e artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: e2e-repeat-report-${{ matrix.shard}}-${{ matrix.repeat }}
path: e2e-dump/*
retention-days: 1