1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix test result storage for dispaly at CircleCI

This commit is contained in:
Barney Laurance 2019-06-15 22:10:21 +01:00 committed by Matthew Brown
parent 3a4e608ca9
commit 10e58b9f91

View File

@ -41,7 +41,7 @@ jobs:
name: PHPUnit test
command: php vendor/bin/phpunit --log-junit build/phpunit/phpunit.xml
- store_test_results:
path: build/phpunit/phpunit.xml
path: build/
- store_artifacts:
path: build/phpunit
- persist_to_workspace: