mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
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:
1
.github/workflows/test-backend.yml
vendored
1
.github/workflows/test-backend.yml
vendored
@@ -109,6 +109,7 @@ jobs:
|
||||
name: E2E tests (backend)
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version-file:
|
||||
- .node-version
|
||||
|
||||
Reference in New Issue
Block a user