diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2025-07-30 12:32:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-30 12:32:24 +0900 |
| commit | b0493abe93f25d00b3a9ae2c2bdee1fbf0e319eb (patch) | |
| tree | 0d3391a767f576850ae9ee98e4462616abb57fa2 /.github/workflows | |
| parent | enhance(frontend): typed nirax (#16309) (diff) | |
| download | misskey-b0493abe93f25d00b3a9ae2c2bdee1fbf0e319eb.tar.gz misskey-b0493abe93f25d00b3a9ae2c2bdee1fbf0e319eb.tar.bz2 misskey-b0493abe93f25d00b3a9ae2c2bdee1fbf0e319eb.zip | |
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`
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test-backend.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index e4b139ef63..5358df3dc4 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -109,6 +109,7 @@ jobs: name: E2E tests (backend) runs-on: ubuntu-latest strategy: + fail-fast: false matrix: node-version-file: - .node-version |