use test for specific board

This commit is contained in:
Juraj Michalek 2024-09-25 09:43:59 +02:00
commit b51f7f449d
3 changed files with 32 additions and 2 deletions

View file

@ -32,8 +32,8 @@ jobs:
uses: wokwi/wokwi-ci-action@v1
with:
token: ${{ secrets.WOKWI_CLI_TOKEN }}
# path: boards/${{ matrix.board }}
# elf: build.${{ matrix.board }}/${{ github.event.inputs.prefix }}-${{ matrix.board }}.bin
path: boards/${{ matrix.board }}
elf: build.${{ matrix.board }}/${{ github.event.inputs.prefix }}-${{ matrix.board }}.bin
timeout: 30000
expect_text: 'End of testing application.'
fail_text: 'Error'