File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 distribution : ${{ matrix.distribution }}
2727 cache : ${{ matrix.cache }}
2828 - name : Test with Maven
29- run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"enforcer.skip=true"
29+ run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 java-version : 21
1919 - name : Report Coverage to Coveralls for Pull Requests
2020 if : github.event_name == 'pull_request'
21- run : ./mvnw -B -V test jacoco:report coveralls:report -q -Dlicense.skip=true -Denforcer.skip=true - DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER --no-transfer-progress
21+ run : ./mvnw -B -V test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER --no-transfer-progress
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 PR_NUMBER : ${{ github.event.number }}
2525 - name : Report Coverage to Coveralls for General Push
2626 if : github.event_name == 'push'
27- run : ./mvnw -B -V test jacoco:report coveralls:report -q -Dlicense.skip=true -Denforcer.skip=true - DrepoToken=$GITHUB_TOKEN -DserviceName=github --no-transfer-progress
27+ run : ./mvnw -B -V test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github --no-transfer-progress
2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4141 distribution : ${{ matrix.distribution }}
4242 - name : Test with Spring Boot Latest
4343 run : |
44- ./mvnw package -D"enforcer.skip=true"
44+ ./mvnw package
4545 ./mybatis-spring-boot-samples/run_fatjars.sh
You can’t perform that action at this time.
0 commit comments