File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
distribution : ${{ matrix.distribution }}
27
27
cache : ${{ matrix.cache }}
28
28
- name : Test with Maven
29
- run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"
29
+ run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"enforcer.skip=true"
Original file line number Diff line number Diff line change 24
24
PR_NUMBER : ${{ github.event.number }}
25
25
- name : Report Coverage to Coveralls for General Push
26
26
if : github.event_name == 'push'
27
- run : ./mvnw -B -V test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github --no-transfer-progress
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
28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 41
41
distribution : ${{ matrix.distribution }}
42
42
- name : Test with Spring Boot Latest
43
43
run : |
44
- ./mvnw package
44
+ ./mvnw package -D"enforcer.skip=true"
45
45
./mybatis-spring-boot-samples/run_fatjars.sh
You can’t perform that action at this time.
0 commit comments