We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c80cce commit 3e3d773Copy full SHA for 3e3d773
1 file changed
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
command: chmod +x ./gradlew
16
- run:
17
name: Run tests
18
- command: ./gradlew assemble test
+ command: ./gradlew build
19
20
name: Save test results
21
command: |
0 commit comments