Skip to content

Commit

Permalink
fix(ruby): do not clean reports (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Jan 18, 2023
1 parent 9518fba commit 1456215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make/ruby.mak
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ update-all:
bundle update

# Run all features.
features: clean-reports
features:
bundle exec cucumber --profile report --fail-fast $(feature)

# Clean the reports.
Expand Down

0 comments on commit 1456215

Please sign in to comment.