Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nixilla committed Oct 8, 2023
1 parent c40ffb1 commit fdee0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
COMPOSER_MEMORY_LIMIT: -1
- run:
name: "run test"
command: vendor/bin/phpspec run -fjunit > build/logs/junit.xml
command: mkdir -p build/logs && vendor/bin/phpspec run -fjunit > build/logs/junit.xml
- store_artifacts:
path: build/logs/clover.xml
- store_test_results:
Expand Down

0 comments on commit fdee0a9

Please sign in to comment.