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()