mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: enable filtered tests/development (#65542)
This commit is contained in:
committed by
GitHub
parent
cbb803d479
commit
92e508ad72
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user