mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Update maven.yml
This commit is contained in:
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Maven: Download all dependencies
|
||||
- name: Maven Download all dependencies
|
||||
run: mvn dependency:go-offline
|
||||
- name: Build with Maven
|
||||
- name: Maven Build
|
||||
run: mvn package --file pom.xml -DskipTests
|
||||
|
||||
Reference in New Issue
Block a user