We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62824 commit 538e98cCopy full SHA for 538e98c
.github/workflows/master.yml
@@ -34,7 +34,7 @@ jobs:
34
java-version: '17'
35
36
- name: Run tests
37
- working-directory: ${{ matrix.project }}
+ working-directory: ./${{ matrix.project }}
38
run: ./gradlew check
39
40
- name: Bundle the build report
@@ -71,7 +71,7 @@ jobs:
71
72
73
- name: Run macos tests
74
75
76
77
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
- rorking-directory: ${{ matrix.project }}
112
113
114
0 commit comments