Skip to content

Commit

Permalink
update(circleci docs): add -p for mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Dec 1, 2023
1 parent 16daced commit e484d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/ruby/circleci.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
name: RSpec with Knapsack Pro in Queue Mode
command: |
export CIRCLE_TEST_REPORTS=/tmp/test-results
mkdir $CIRCLE_TEST_REPORTS
mkdir -p $CIRCLE_TEST_REPORTS
bundle exec rake "knapsack_pro:queue:rspec[--format documentation --format RspecJunitFormatter --out tmp/rspec.xml]"
- store_test_results:
Expand Down

0 comments on commit e484d15

Please sign in to comment.