Skip to content

Commit 538e98c

Browse files
committed
fixing build
1 parent ed62824 commit 538e98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: '17'
3535

3636
- name: Run tests
37-
working-directory: ${{ matrix.project }}
37+
working-directory: ./${{ matrix.project }}
3838
run: ./gradlew check
3939

4040
- name: Bundle the build report
@@ -71,7 +71,7 @@ jobs:
7171
java-version: '17'
7272

7373
- name: Run macos tests
74-
working-directory: ${{ matrix.project }}
74+
working-directory: ./${{ matrix.project }}
7575
run: ./gradlew check
7676

7777
- name: Bundle the build report
@@ -108,7 +108,7 @@ jobs:
108108
java-version: '17'
109109

110110
- name: Run tests
111-
rorking-directory: ${{ matrix.project }}
111+
working-directory: ./${{ matrix.project }}
112112
run: ./gradlew check
113113

114114
- name: Bundle the build report

0 commit comments

Comments
 (0)