Skip to content

Commit

Permalink
Friggin verbose yaml...
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 14, 2022
1 parent 6db29dd commit 4f79418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anchors:
- *restore_cache_deps
- run:
name: gradlew check -x spotlessCheck
command: export SPOTLESS_EXCLUDE_MAVEN=true && ./gradlew check --build-cache
command: export SPOTLESS_EXCLUDE_MAVEN=true && ./gradlew check -x spotlessCheck --build-cache
- store_test_results:
path: testlib/build/test-results/test
- store_test_results:
Expand Down

0 comments on commit 4f79418

Please sign in to comment.