Skip to content

Commit

Permalink
added gradlew clean
Browse files Browse the repository at this point in the history
  • Loading branch information
somenath1435 committed Jun 23, 2020
1 parent fa5e0b8 commit 387ec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build project
run: ./gradlew build
run: ./gradlew clean build

- name: Run Unit tests
run: ./gradlew test --stacktrace
Expand Down

0 comments on commit 387ec59

Please sign in to comment.