This commit is contained in:
@@ -15,6 +15,9 @@ jobs:
|
||||
git clone http://172.17.0.1:3000/kurihada/auth-backend.git .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Install Maven
|
||||
run: apt-get update -qq && apt-get install -y -qq maven 2>/dev/null || true
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn clean install -Dmaven.test.skip=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user