Install Maven before build
Build and Deploy / build-and-deploy (push) Failing after 17m45s

This commit is contained in:
2026-06-01 17:34:00 +08:00
parent f89163a3e9
commit b91e824511
+3
View File
@@ -15,6 +15,9 @@ jobs:
git clone http://172.17.0.1:3000/kurihada/auth-backend.git . git clone http://172.17.0.1:3000/kurihada/auth-backend.git .
git checkout ${{ github.sha }} 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 - name: Build with Maven
run: mvn clean install -Dmaven.test.skip=true run: mvn clean install -Dmaven.test.skip=true