Skip to content

Commit

Permalink
Skip clean for CI efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Jun 14, 2023
1 parent ae7201a commit 92da439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
ORG_GRADLE_PROJECT_VERSION_NAME: '0.0.0.1-LOCAL'
uses: gradle/gradle-build-action@v2
with:
arguments: clean publishToMavenLocal -x signMavenPublication -x signShadowPublication
arguments: publishToMavenLocal -x signMavenPublication -x signShadowPublication
if: matrix.java == '8'
- name: Check that Git tree is clean after build and test
run: ./.buildscript/check_git_clean.sh
Expand Down

0 comments on commit 92da439

Please sign in to comment.