Skip to content

Commit

Permalink
Take out clean from gradle command in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 9, 2024
1 parent 786648a commit 19371d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Gradle build with cache
uses: burrunan/gradle-cache-action@v1
with:
arguments: "clean :app:shadowJar"
arguments: ":app:shadowJar"
- name: Run integration tests
id: tests
uses: data-catering/insta-integration@v1
Expand Down

0 comments on commit 19371d4

Please sign in to comment.