mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(GHA): do not fail-fast on clients (#59642)
This commit is contained in:
committed by
GitHub
parent
be4b7b0761
commit
17800ef172
@@ -142,6 +142,7 @@ jobs:
|
||||
needs: [setup-jobs, api]
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20]
|
||||
lang-name-full:
|
||||
@@ -176,7 +177,6 @@ jobs:
|
||||
lang-name-short: ger
|
||||
- lang-name-full: swahili
|
||||
lang-name-short: swa
|
||||
|
||||
permissions:
|
||||
deployments: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user