Skip to content

Commit d9cad12

Browse files
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 87ad398 e2e passes
1 parent 87ad398 commit d9cad12

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/deploy-db-test-pages.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
path: .
2121
continue-on-error: true
2222

23-
- name: Check E2E success
24-
run: |
25-
if [ ! -f e2e-success.txt ]; then
26-
echo "❌ E2E tests did not succeed — aborting release."
27-
exit 1
28-
fi
23+
# FIXME: download not found for successful e2e
24+
# - name: Check E2E success
25+
# run: |
26+
# if [ ! -f e2e-success.txt ]; then
27+
# echo "❌ E2E tests did not succeed — aborting release."
28+
# exit 1
29+
# fi
2930

3031
- uses: actions/checkout@v4
3132

0 commit comments

Comments
 (0)