Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nixilla committed Oct 8, 2023
1 parent dc2062b commit 43a8eb3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Expand Up @@ -27,14 +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
- run:
name: "debug"
command: cat build/logs/junit.xml
command: mkdir -p build/tests && vendor/bin/phpspec run -fjunit > build/tests/junit.xml
- store_artifacts:
path: build/logs/
- store_test_results:
path: build/logs/junit.xml
path: build/tests/
- coveralls/upload


Expand Down

0 comments on commit 43a8eb3

Please sign in to comment.