Skip to content

Commit

Permalink
Surefire and Maven updates
Browse files Browse the repository at this point in the history
- Show locale(s)
  • Loading branch information
asturio committed Jan 8, 2024
1 parent 65509c8 commit 82424d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: ${{matrix.java}}
cache: maven
- name: Check locales
run: locale -a
run: locale -a; locale
- name: Check maven version
run: mvn -v
- name: Build with Maven
Expand Down

0 comments on commit 82424d2

Please sign in to comment.