Skip to content

Commit

Permalink
publish tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nixilla committed Oct 8, 2023
1 parent fdee0a9 commit 9d0d411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
COMPOSER_MEMORY_LIMIT: -1
- run:
name: "run test"
command: mkdir -p build/logs && vendor/bin/phpspec run -fjunit > build/logs/junit.xml
command: mkdir -p build/tests && vendor/bin/phpspec run -fjunit > build/tests/test-results.xml
- store_artifacts:
path: build/logs/clover.xml
path: build/logs/
- store_test_results:
path: build/logs/junit.xml
path: build/tests/
- coveralls/upload


Expand Down

0 comments on commit 9d0d411

Please sign in to comment.