Skip to content

Commit

Permalink
fix: remove unnecessary clean from .gitlab-ci-gradle.yml.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
renanfranca committed Dec 9, 2024
1 parent 52b10a1 commit 13177c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ stages:
Test:run-tests:
stage: test
script:
- ./gradlew clean test $GRADLE_CLI_OPTS
- ./gradlew test $GRADLE_CLI_OPTS
- ./gradlew integrationTest $GRADLE_CLI_OPTS
interruptible: true

0 comments on commit 13177c1

Please sign in to comment.