Skip to content

Commit e3d16e1

Browse files
committed
GH Actions: run mvn in batch mode
1 parent eb226b0 commit e3d16e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ jobs:
3232
- name: Pull Image
3333
run: docker pull openanalytics/shinyproxy-demo:latest
3434
- name: Build with Maven
35-
run: mvn -U clean install -DskipTests
35+
run: mvn -B -U clean install -DskipTests
3636
- name: Copy Artifact
3737
run: cp target/containerproxy-*-exec.jar target/containerproxy-app-recovery.jar
3838
- name: Run Tests
39-
run: mvn test
39+
run: mvn -B test
4040

4141
dependency:
4242
runs-on: ubuntu-latest
4343

4444
steps:
4545
- uses: actions/checkout@v2
4646
- name: Run Dependency Check
47-
run: mvn -Powasp-dependency-check verify -DskipTests
47+
run: mvn -B -Powasp-dependency-check verify -DskipTests
4848
- name: Archive code coverage results
4949
uses: actions/upload-artifact@v2
5050
with:

0 commit comments

Comments
 (0)