mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
chore: disable failing e2e check which prevents deploy
See
https://github.com/logseq/logseq/actions/runs/19182048455/job/54840890964
which fails to download artifact even though
87ad398399 e2e passes
This commit is contained in:
13
.github/workflows/deploy-db-test-pages.yml
vendored
13
.github/workflows/deploy-db-test-pages.yml
vendored
@@ -20,12 +20,13 @@ jobs:
|
||||
path: .
|
||||
continue-on-error: true
|
||||
|
||||
- name: Check E2E success
|
||||
run: |
|
||||
if [ ! -f e2e-success.txt ]; then
|
||||
echo "❌ E2E tests did not succeed — aborting release."
|
||||
exit 1
|
||||
fi
|
||||
# FIXME: download not found for successful e2e
|
||||
# - name: Check E2E success
|
||||
# run: |
|
||||
# if [ ! -f e2e-success.txt ]; then
|
||||
# echo "❌ E2E tests did not succeed — aborting release."
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user