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 d3c077e commit 29f88d3Copy full SHA for 29f88d3
.github/workflows/rails_application.yml
@@ -216,7 +216,7 @@ jobs:
216
217
echo "All db operations completed successfully"
218
219
- SUBJECT_LIST_OUTPUT=$(RAILS_ENV=test DEBUG_TRANSFORMATIONS=true bundle exec mutant environment subject list)
+ SUBJECT_LIST_OUTPUT=$(RAILS_ENV=test bundle exec mutant environment subject list)
220
mapfile -t subjects_array < <( \
221
echo "$SUBJECT_LIST_OUTPUT" | \
222
awk 'NR == 1 {next} /Run options:/ {exit} {print}' | \
0 commit comments