Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweeden committed Aug 21, 2024
1 parent 5f3577a commit 0055499
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 @@ -135,7 +135,7 @@ jobs:
fi
- run:
name: Ensure that no XDMoD exceptions were logged
command: test ! -f /xdmod/logs/exceptions.log
command: test ! -f /root/xdmod/logs/exceptions.log
- store_artifacts:
path: /tmp/screenshots
- store_artifacts:
Expand All @@ -145,7 +145,7 @@ jobs:
- store_artifacts:
path: /var/log/php_errors.log
- store_artifacts:
path: /xdmod/log/exceptions.log
path: /root/xdmod/log/exceptions.log
- store_test_results:
path: ~/phpunit

Expand Down

0 comments on commit 0055499

Please sign in to comment.