We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2d4e8 commit 342be87Copy full SHA for 342be87
scripts/tests_and_coverage.sh
@@ -49,9 +49,9 @@ fi
49
# As to not generated fixtures, leaving biome to re-do them
50
# so no auto-generation during github run of testing
51
# 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
+if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
+ echo "... crafting manual fixtures ..."
+ PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
+fi
56
echo "... biome-ing (fixtures and testdata) ..."
57
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
0 commit comments