Skip to content

Commit

Permalink
ci: Set Windows encoding envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 26, 2024
1 parent d0f2469 commit 398b34f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven
- name: Test with Maven
run: mvn -e --batch-mode clean verify -Dfile.encoding=UTF8
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
run: mvn -e --batch-mode clean verify
- name: Run Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 398b34f

Please sign in to comment.