Skip to content

Commit 513c907

Browse files
committed
Disable manual fixture creation
1 parent 979206b commit 513c907

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
@@ -50,9 +50,9 @@ fi
5050
# As to not generated fixtures, leaving biome to re-do them
5151
# so no auto-generation during github run of testing
5252
# 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
53+
# if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
54+
# echo "... crafting manual fixtures ..."
55+
# PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
56+
# fi
5757
echo "... biome-ing (fixtures and testdata) ..."
5858
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched

0 commit comments

Comments
 (0)