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)
|
name: E2E tests (backend)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version-file:
|
node-version-file:
|
||||||
- .node-version
|
- .node-version
|
||||||
|
|
Loading…
Reference in New Issue