Skip to content

Commit 15821eb

Browse files
committed
Fix circleci configuration
Signed-off-by: Usman Saleem <usman@usmans.info>
1 parent 3529c81 commit 15821eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
mkdir -p ~/test-results/junit/
5151
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/test-results/junit/ \;
5252
when: always
53-
- store_test_results:
54-
path: ~/test-results
55-
- store_artifacts:
56-
path: ~/test-results/junit
53+
- store_test_results:
54+
path: ~/test-results
55+
- store_artifacts:
56+
path: ~/test-results/junit
5757
- run:
5858
name: Build
5959
command: ./gradlew build

0 commit comments

Comments
 (0)