Skip to content

Commit ac09eb7

Browse files
committed
fix: force tests to rerun in build
1 parent a8d0a86 commit ac09eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: build
3434
env:
3535
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
36-
run: ./gradlew build --continue -PonlyDatastoreTests
36+
run: ./gradlew cleanTest build --continue -PonlyDatastoreTests
3737
mongodb-build:
3838
name: "Build Mongodb Project"
3939
runs-on: ubuntu-24.04
@@ -62,7 +62,7 @@ jobs:
6262
id: build
6363
env:
6464
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
65-
run: ./gradlew build --continue -PonlyMongodbTests
65+
run: ./gradlew cleanTest build --continue -PonlyMongodbTests
6666
hibernate5-build:
6767
name: "Build Hibernate5 Project"
6868
runs-on: ubuntu-24.04
@@ -86,7 +86,7 @@ jobs:
8686
id: build
8787
env:
8888
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
89-
run: ./gradlew build --continue -PonlyHibernate5Tests
89+
run: ./gradlew cleanTest build --continue -PonlyHibernate5Tests
9090
publish:
9191
if: github.event_name == 'push'
9292
name: "Publish Snapshot"

0 commit comments

Comments
 (0)