mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
chore: set clj-e2e tests timeout to 30m
This commit is contained in:
4
.github/workflows/clj-e2e.yml
vendored
4
.github/workflows/clj-e2e.yml
vendored
@@ -83,10 +83,10 @@ jobs:
|
||||
ls -lR ./public
|
||||
|
||||
- name: Run e2e tests
|
||||
run: cd clj-e2e && bb dev
|
||||
run: cd clj-e2e && timeout 30m bb dev
|
||||
env:
|
||||
DEBUG: "pw:api"
|
||||
|
||||
|
||||
- name: Collect screenshots
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user