fix(e2e): wrong promise usage

This commit is contained in:
Andelf
2022-09-06 12:21:25 +08:00
parent 43dd321ce4
commit 320024f764
2 changed files with 11 additions and 11 deletions

View File

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