fix: enable filtered tests/development (#65542)

This commit is contained in:
Oliver Eyton-Williams
2026-01-30 17:46:25 +01:00
committed by GitHub
parent cbb803d479
commit 92e508ad72
6 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ IFS=',' challengeIDS=($input)
for challengeID in "${challengeIDS[@]}";
do
challengeID="$(tr -d ' ' <<< "$challengeID")"
FCC_CHALLENGE_ID=$challengeID pnpm run test:curriculum
FCC_CHALLENGE_ID=$challengeID pnpm turbo -F=@freecodecamp/curriculum test
done