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 committed Nov 22, 2024
1 parent 243b9bd commit 4b6b95b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ jobs:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- with_cache:
cache_key: linux
cache_key: linux-ksp2
steps:
- run:
name: Clean
command: ./gradlew clean
- run:
name: Build
command: ./gradlew assemble
Expand All @@ -79,8 +82,11 @@ jobs:
steps:
- checkout
- with_cache:
cache_key: macos
cache_key: macos-ksp2
steps:
- run:
name: Clean
command: ./gradlew clean
- run:
name: Build
command: ./gradlew assemble
Expand Down

0 comments on commit 4b6b95b

Please sign in to comment.