Optimize workflow with proper tool installation
Build and Deploy / build-and-deploy (push) Has started running
Build and Deploy / build-and-deploy (push) Has started running
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Install Maven
|
- name: Install Maven
|
||||||
run: apt-get update -qq && apt-get install -y -qq maven 2>/dev/null || true
|
run: apt-get update -qq && apt-get install -y -qq maven
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean install -Dmaven.test.skip=true
|
run: mvn clean install -Dmaven.test.skip=true
|
||||||
|
|||||||
Reference in New Issue
Block a user