use top level diagram.json
This commit is contained in:
parent
6ae1765d55
commit
253aa80a72
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -32,8 +32,8 @@ jobs:
|
||||||
uses: wokwi/wokwi-ci-action@v1
|
uses: wokwi/wokwi-ci-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.WOKWI_CLI_TOKEN }}
|
token: ${{ secrets.WOKWI_CLI_TOKEN }}
|
||||||
path: boards/${{ matrix.board }}
|
# path: boards/${{ matrix.board }}
|
||||||
elf: build.${{ matrix.board }}/${{ github.event.inputs.prefix }}-${{ matrix.board }}.bin
|
# elf: build.${{ matrix.board }}/${{ github.event.inputs.prefix }}-${{ matrix.board }}.bin
|
||||||
timeout: 30000
|
timeout: 30000
|
||||||
expect_text: 'End of testing application.'
|
expect_text: 'End of testing application.'
|
||||||
fail_text: 'Error'
|
fail_text: 'Error'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue