Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed May 19, 2024
1 parent 3e82516 commit 04d5bc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
matrix:
type: ${{ fromJson(needs.gen-matrix.outputs.build-types) }}
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
with:
type: ${{ matrix.type }}
chip: ${{ matrix.chip }}

call-hardware-tests:
name: Run tests on hardware
Expand All @@ -67,6 +70,9 @@ jobs:
matrix:
type: ${{ fromJson(needs.gen-matrix.outputs.hw-types) }}
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
with:
type: ${{ matrix.type }}
chip: ${{ matrix.chip }}

call-wokwi-tests:
uses: ./.github/workflows/wokwi.yml
Expand All @@ -79,6 +85,9 @@ jobs:
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2']
secrets:
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
with:
type: ${{ matrix.type }}
chip: ${{ matrix.chip }}

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

clean:
name: Clean objects
Expand Down

0 comments on commit 04d5bc3

Please sign in to comment.