Skip to content

Commit 77f0fbd

Browse files
committed
Fix CI
1 parent fdddda6 commit 77f0fbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-java.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
example: [ calculator-java8-cli ]
18+
example:
19+
- calculator-java8-cli
20+
1921
name: 'Build Java ${{ matrix.example }}'
2022
runs-on: ubuntu-latest
2123

@@ -28,4 +30,4 @@ jobs:
2830
cache: 'maven'
2931
- name: Maven Test
3032
run: mvn test
31-
working-directory: ${{ matrix.example }}'
33+
working-directory: ${{ matrix.example }}

0 commit comments

Comments
 (0)