Skip to content

Commit b246926

Browse files
committed
Update CI job for backward compatible
1 parent ce2b742 commit b246926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: chmod +x mvnw
9191

9292
- name: Test with Maven
93-
run: ./mvnw -B compile -pl doma-spring-boot-core,doma-spring-boot-autoconfigure && ./mvnw -B test -pl doma-spring-boot-core,doma-spring-boot-autoconfigure -Dmaven.main.skip=true -Ddoma.version=2.49.0
93+
run: ./mvnw -B compile -Pbackward-compatible && ./mvnw -B test -Dmaven.main.skip=true -Ddoma.version=2.49.0
9494

9595
- name: Upload reports
9696
if: failure()

0 commit comments

Comments
 (0)