Skip to content

Commit 9a02f76

Browse files
committed
Fix
1 parent 6744aeb commit 9a02f76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Set matrix
2828
id: set-matrix
2929
run: |
30-
build_types=[\"validation\"
31-
hw_types=[\"validation\"
32-
wokwi_types=["validation\"
33-
qemu_types=[\"validation\"
30+
build_types=\[\"validation\"
31+
hw_types=\[\"validation\"
32+
wokwi_types=\["validation\"
33+
qemu_types=\[\"validation\"
3434
3535
is_pr=${{ github.event.pull_request.number != null }}
3636
is_performance_enabled=${{ contains(github.event.pull_request.labels.*.name, 'perf_test') }}
@@ -42,10 +42,10 @@ jobs:
4242
#qemu_types+=,\"performance\"
4343
fi
4444
45-
echo "build-types=$build_types]" >> $GITHUB_OUTPUT
46-
echo "hw-types=$hw_types]" >> $GITHUB_OUTPUT
47-
echo "wokwi-types=$wokwi_types]" >> $GITHUB_OUTPUT
48-
echo "qemu-types=$qemu_types]" >> $GITHUB_OUTPUT
45+
echo "build-types=$build_types\]" >> $GITHUB_OUTPUT
46+
echo "hw-types=$hw_types\]" >> $GITHUB_OUTPUT
47+
echo "wokwi-types=$wokwi_types\]" >> $GITHUB_OUTPUT
48+
echo "qemu-types=$qemu_types\]" >> $GITHUB_OUTPUT
4949
5050
call-build-tests:
5151
name: Build tests

0 commit comments

Comments
 (0)