|
56 | 56 | matrix:
|
57 | 57 | type: ${{ fromJson(needs.gen-matrix.outputs.build-types) }}
|
58 | 58 | chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
|
| 59 | + with: |
| 60 | + type: ${{ matrix.type }} |
| 61 | + chip: ${{ matrix.chip }} |
59 | 62 |
|
60 | 63 | call-hardware-tests:
|
61 | 64 | name: Run tests on hardware
|
|
67 | 70 | matrix:
|
68 | 71 | type: ${{ fromJson(needs.gen-matrix.outputs.hw-types) }}
|
69 | 72 | chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
|
| 73 | + with: |
| 74 | + type: ${{ matrix.type }} |
| 75 | + chip: ${{ matrix.chip }} |
70 | 76 |
|
71 | 77 | call-wokwi-tests:
|
72 | 78 | uses: ./.github/workflows/wokwi.yml
|
|
79 | 85 | chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
|
80 | 86 | secrets:
|
81 | 87 | WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
|
| 88 | + with: |
| 89 | + type: ${{ matrix.type }} |
| 90 | + chip: ${{ matrix.chip }} |
82 | 91 |
|
83 | 92 | # call-qemu-tests:
|
84 | 93 | # uses: ./.github/workflows/qemu.yml@master
|
|
87 | 96 | # matrix:
|
88 | 97 | # type: ${{ fromJson(needs.gen-matrix.outputs.qemu-types) }}
|
89 | 98 | # chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
|
| 99 | + # with: |
| 100 | + # type: ${{ matrix.type }} |
| 101 | + # chip: ${{ matrix.chip }} |
90 | 102 |
|
91 | 103 | clean:
|
92 | 104 | name: Clean objects
|
|
0 commit comments