Skip to content

Commit 04d5bc3

Browse files
committed
Fix
1 parent 3e82516 commit 04d5bc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
matrix:
5757
type: ${{ fromJson(needs.gen-matrix.outputs.build-types) }}
5858
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
59+
with:
60+
type: ${{ matrix.type }}
61+
chip: ${{ matrix.chip }}
5962

6063
call-hardware-tests:
6164
name: Run tests on hardware
@@ -67,6 +70,9 @@ jobs:
6770
matrix:
6871
type: ${{ fromJson(needs.gen-matrix.outputs.hw-types) }}
6972
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
73+
with:
74+
type: ${{ matrix.type }}
75+
chip: ${{ matrix.chip }}
7076

7177
call-wokwi-tests:
7278
uses: ./.github/workflows/wokwi.yml
@@ -79,6 +85,9 @@ jobs:
7985
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
8086
secrets:
8187
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
88+
with:
89+
type: ${{ matrix.type }}
90+
chip: ${{ matrix.chip }}
8291

8392
# call-qemu-tests:
8493
# uses: ./.github/workflows/qemu.yml@master
@@ -87,6 +96,9 @@ jobs:
8796
# matrix:
8897
# type: ${{ fromJson(needs.gen-matrix.outputs.qemu-types) }}
8998
# chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
99+
# with:
100+
# type: ${{ matrix.type }}
101+
# chip: ${{ matrix.chip }}
90102

91103
clean:
92104
name: Clean objects

0 commit comments

Comments
 (0)