Skip to content

Commit

Permalink
Fix CircleCI test results path.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweeden committed Dec 5, 2023
1 parent dc9d07f commit 1d3cf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- run:
name: Create Test Artifact Directories
command: |
mkdir -p /tmp/phpunit
mkdir -p ~/phpunit
mkdir -p /tmp/screenshots
- run:
name: Setup Environment Variables
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- store_artifacts:
path: /var/log/php-fpm
- store_test_results:
path: /tmp/phpunit
path: ~/phpunit

workflows:
full-build:
Expand Down

0 comments on commit 1d3cf64

Please sign in to comment.