Skip to content

Commit fdddda6

Browse files
committed
Fix CI
1 parent 2476fe4 commit fdddda6

File tree

3 files changed

+1
-397
lines changed

3 files changed

+1
-397
lines changed

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
java-version: 17
2828
cache: 'maven'
2929
- name: Maven Test
30-
run: ./mvnw test
30+
run: mvn test
3131
working-directory: ${{ matrix.example }}'

mvnw

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)