ci build fixes
This commit is contained in:
parent
d1d584bf6c
commit
35f7ad67f7
2
.github/workflows/ci.executor1.yml
vendored
2
.github/workflows/ci.executor1.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
- name: Build executorBase
|
||||
run: mvn -f executor-base/pom.xml -B verify
|
||||
run: mvn -f executor-base/pom.xml -B install
|
||||
- name: Build and analyze
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
2
.github/workflows/ci.executor2.yml
vendored
2
.github/workflows/ci.executor2.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
- name: Build executorBase
|
||||
run: mvn -f executor-base/pom.xml -B verify
|
||||
run: mvn -f executor-base/pom.xml -B install
|
||||
- name: Build and analyze
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user