Skip to content

Commit 8a1bb0b

Browse files
maven
1 parent 6959888 commit 8a1bb0b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Workflow for Codecov example-java
1+
name: Workflow for Codecov example-java using Maven
22
on: [push, pull_request]
33
jobs:
44
run:
@@ -10,6 +10,8 @@ jobs:
1010
uses: actions/setup-java@v1
1111
with:
1212
java-version: 18
13+
- name: Install dependencies
14+
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1315
- name: Test with Maven
1416
run: mvn -B test --file pom.xml
1517
- name: ls

0 commit comments

Comments
 (0)