Skip to content

Commit

Permalink
Use MAVEN_ARGS to suppress download
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 2, 2024
1 parent 1f9e5ff commit 156ce41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
LANG: ${{ matrix.locale }}
MAVEN_ARGS: "--no-transfer-progress"

steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +43,7 @@ jobs:
cache: 'maven'

- name: Test project with Maven
run: mvn --no-transfer-progress test package
run: mvn test package

cli-integration-tests:

Expand Down

0 comments on commit 156ce41

Please sign in to comment.