Skip to content

Commit 29f88d3

Browse files
committed
Remove debug env to fix mutation subjects preparation.
1 parent d3c077e commit 29f88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
217217
echo "All db operations completed successfully"
218218
219-
SUBJECT_LIST_OUTPUT=$(RAILS_ENV=test DEBUG_TRANSFORMATIONS=true bundle exec mutant environment subject list)
219+
SUBJECT_LIST_OUTPUT=$(RAILS_ENV=test bundle exec mutant environment subject list)
220220
mapfile -t subjects_array < <( \
221221
echo "$SUBJECT_LIST_OUTPUT" | \
222222
awk 'NR == 1 {next} /Run options:/ {exit} {print}' | \

0 commit comments

Comments
 (0)