Browse Source

modify action build

pull/2/head
xiaochun.liu 4 years ago
parent
commit
c9c4402cb6
  1. 2
      .github/workflows/ci_backend.yml

2
.github/workflows/ci_backend.yml

@ -51,7 +51,7 @@ jobs:
with:
java-version: 1.8
- name: Compile
run: mvn -U -B -T 1C clean install -Prelease -Dmaven.compile.fork=true -Dmaven.test.skip=true
run: mvn -B clean compile package -Prelease -Dmaven.test.skip=true
License-check:
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save