From 14562157572131c4427f40850c1d7814c7dc0b80 Mon Sep 17 00:00:00 2001 From: Alejandro Falkowski Date: Wed, 18 Jan 2023 14:44:52 +0100 Subject: [PATCH] fix(ruby): do not clean reports (#14) --- build/make/ruby.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/ruby.mak b/build/make/ruby.mak index a9a9fc5..6f3c5de 100644 --- a/build/make/ruby.mak +++ b/build/make/ruby.mak @@ -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.