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:
Gabriel Horner
2025-11-07 17:07:10 -05:00
parent 87ad398399
commit d9cad1260d

View File

@@ -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