Skip to content

Commit 62ddd5e

Browse files
committed
WIP
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 92a4090 commit 62ddd5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ jobs:
190190
minor="0${minor}"
191191
fi
192192
193+
echo "kernel=${{ matrix.kernel}}-${{ steps.vars.outputs.arch }}" >> "$GITHUB_OUTPUT"
194+
193195
echo "vsn=${major}${minor}" >> "$GITHUB_OUTPUT"
194196
195197
# - name: Download the kernel
@@ -211,7 +213,7 @@ jobs:
211213
mem: 4G
212214
cpu: 2
213215
test-name: pwru-test
214-
image-version: ${{ matrix.kernel }}
216+
image-version: ${{ steps.vars.kernel.kernel }}
215217
kernel: '${{ steps.vars.outputs.lvh_kernel }}'
216218
lvh-version: 'v0.0.23'
217219
host-mount: ./

0 commit comments

Comments
 (0)