Skip to content

Commit 8be92cb

Browse files
committed
Fix CI
1 parent 91dd455 commit 8be92cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ jobs:
3131
cache-from: type=gha
3232
cache-to: type=gha,mode=max
3333

34-
- name: Test Java
35-
run: mvn test
36-
3734
- name: Run Build and Test
3835
run: |
36+
mvn test
3937
docker run --rm \
4038
-v ${{ github.workspace }}:/workspace \
4139
-w /tmp \

0 commit comments

Comments
 (0)