Skip to content

Commit

Permalink
yml+sh
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 14, 2022
1 parent c79f589 commit 1731c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- run: bash <(curl -s https://codecov.io/bash)

- run: grep -r "Failures: 0" ~/repo/./target/surefire-reports/*.txt
- run: sh src/main/config/countfiles.sh
deployment:
docker:
# specify the version you desire here
Expand Down
1 change: 1 addition & 0 deletions src/main/config/countfiles.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find ~/repo/./target/surefire-reports -iname "*.txt" -exec grep -Li "Failures: 0" {} \+

0 comments on commit 1731c31

Please sign in to comment.