chore: continue backend E2E test even if fail with minimum Node.js version (#16324)
* chore: continue backend E2E test even if fail with minimum Node.js version * chore: disable `fail-fast`
This commit is contained in:
parent
4f653f2fbc
commit
b0493abe93
|
@ -109,6 +109,7 @@ jobs:
|
|||
name: E2E tests (backend)
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version-file:
|
||||
- .node-version
|
||||
|
|
Loading…
Reference in New Issue