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 979206b commit 513c907Copy full SHA for 513c907
scripts/tests_and_coverage.sh
@@ -50,9 +50,9 @@ fi
50
# As to not generated fixtures, leaving biome to re-do them
51
# so no auto-generation during github run of testing
52
# Creating todo #313 to 'gracefully' do this on merge on github action
53
-if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
54
- echo "... crafting manual fixtures ..."
55
- PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
56
-fi
+# if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
+# echo "... crafting manual fixtures ..."
+# PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
+# fi
57
echo "... biome-ing (fixtures and testdata) ..."
58
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
0 commit comments