From 48ecbaaa16e1a105f0ae84b3b38025dbaac1901b Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 14 Nov 2022 13:25:35 +0000 Subject: [PATCH] Enables queue mode only for system tests --- .github/workflows/build_knapsack_system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_knapsack_system.yml b/.github/workflows/build_knapsack_system.yml index b4b49f1026..650c01ee7a 100644 --- a/.github/workflows/build_knapsack_system.yml +++ b/.github/workflows/build_knapsack_system.yml @@ -85,7 +85,7 @@ jobs: KNAPSACK_PRO_TEST_FILE_PATTERN: "spec/system/**/*_spec.rb" run: | - bundle exec rake knapsack_pro:rspec + bundle exec rake knapsack_pro:queue:rspec - name: Archive failed tests screenshots if: failure()