Skip to content

Commit b6f0bd2

Browse files
committed
fix(ci): align run tests job to expected schema
Signed-off-by: dankeboy36 <[email protected]>
1 parent 2ac82d3 commit b6f0bd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-go-task.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ jobs:
124124

125125
strategy:
126126
fail-fast: false
127+
matrix:
128+
module:
129+
- path: ./
127130

128131
steps:
129132
- name: Checkout repository
@@ -141,6 +144,7 @@ jobs:
141144
version: 3.x
142145

143146
- name: Run tests
147+
working-directory: ${{ matrix.module.path }}
144148
run: task go:test
145149

146150
check-config:

0 commit comments

Comments
 (0)