Creates fork disabling on forks

Changes run job to use bash file
This commit is contained in:
filipefurtad0
2022-10-29 19:08:54 +01:00
parent 2a8ef5a45e
commit d6aa0168b2
2 changed files with 14 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ jobs:
# https://knapsackpro.com/faq/question/how-to-split-slow-rspec-test-files-by-test-examples-by-individual-it
# KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true
run: |
bundle exec rake knapsack_pro:rspec
bin/knapsack_pro_rspec
- name: Archive failed tests screenshots
if: failure()