Skip to content

Commit

Permalink
Run clean on CI before assembling
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber authored Nov 22, 2024
1 parent 243b9bd commit 0cf33d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- run:
name: Build
command: ./gradlew assemble
command: ./gradlew clean assemble
- run:
name: Run Tests
command: ./gradlew check --continue
Expand All @@ -83,7 +83,7 @@ jobs:
steps:
- run:
name: Build
command: ./gradlew assemble
command: ./gradlew clean assemble
- run:
name: Run Tests
command: ./gradlew checkApple --continue
Expand Down

0 comments on commit 0cf33d2

Please sign in to comment.