Skip to content

Commit 4ed09f6

Browse files
fix: correct maven lifecycle phase to 'test'
1 parent ec98b34 commit 4ed09f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Compile and run tests
3232
- name: Compile and run tests
33-
run: ./mvnw -B tests
33+
run: ./mvnw -B test
3434

3535
# Control code format with spotless
3636
- name: Run spotless check

0 commit comments

Comments
 (0)