Skip to content

Commit 342be87

Browse files
committed
Enable manual fixture generation
1 parent bc2d4e8 commit 342be87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/tests_and_coverage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ fi
4949
# As to not generated fixtures, leaving biome to re-do them
5050
# so no auto-generation during github run of testing
5151
# Creating todo #313 to 'gracefully' do this on merge on github action
52-
# if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
53-
# echo "... crafting manual fixtures ..."
54-
# PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
55-
# fi
52+
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
53+
echo "... crafting manual fixtures ..."
54+
PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
55+
fi
5656
echo "... biome-ing (fixtures and testdata) ..."
5757
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched

0 commit comments

Comments
 (0)