File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
java-version : ' 17'
35
35
36
36
- name : Run tests
37
- run : ./${{ matrix.project }}/gradlew check
37
+ working-directory : ${{ matrix.project }}
38
+ run : ./gradlew check
38
39
39
40
- name : Bundle the build report
40
41
if : failure()
70
71
java-version : ' 17'
71
72
72
73
- name : Run macos tests
73
- run : ./${{ matrix.project }}/gradlew macosX64Test
74
+ working-directory : ${{ matrix.project }}
75
+ run : ./gradlew check
74
76
75
77
- name : Bundle the build report
76
78
if : failure()
@@ -106,7 +108,8 @@ jobs:
106
108
java-version : ' 17'
107
109
108
110
- name : Run tests
109
- run : ./${{ matrix.project }}/gradlew mingwX64Test
111
+ rorking-directory : ${{ matrix.project }}
112
+ run : ./gradlew check
110
113
111
114
- name : Bundle the build report
112
115
if : failure()
You can’t perform that action at this time.
0 commit comments