mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
chore: enable e2e dump
This commit is contained in:
13
.github/workflows/e2e.yml
vendored
13
.github/workflows/e2e.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user