mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix(e2e): wrong promise usage
This commit is contained in:
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@@ -100,7 +100,6 @@ jobs:
|
||||
needs: [ e2e-test-build ]
|
||||
name: Test Shard ${{ matrix.shard }} Repeat ${{ matrix.repeat }}
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true # Don't block other runs in matrix for fast debugging
|
||||
strategy:
|
||||
matrix:
|
||||
repeat: [1, 2]
|
||||
|
||||
Reference in New Issue
Block a user