Skip to content

Commit

Permalink
fixing run command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed Apr 18, 2018
1 parent 49daf62 commit ba818a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- restore_cache:
keys:
- dependency-cache
- run ./gradlew check
- run: ./gradlew check
# Save dependency cache
- save_cache:
key: dependency-cache
Expand Down

0 comments on commit ba818a1

Please sign in to comment.