Skip to content

Commit

Permalink
Chore: dont store package-tests artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 16, 2021
1 parent 4bf79e1 commit 50ebff1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
<<: *cache-defaults
- run: *coverage
- store_test_results:
path: reports/test-results
path: reports
- store_artifacts:
path: reports
- run: *coveralls
Expand All @@ -87,7 +87,7 @@ jobs:
<<: *cache-defaults
- run: *lint
- store_test_results:
path: reports/test-results
path: reports
test-debt:
<<: *defaults
steps:
Expand All @@ -104,8 +104,6 @@ jobs:
- restore_cache:
<<: *cache-defaults
- run: *test-package
- store_artifacts:
path: tmp
deploy:
<<: *defaults
steps:
Expand Down

0 comments on commit 50ebff1

Please sign in to comment.