From 253aa80a725ede03d523a0515f19ba815f1b01a3 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Wed, 25 Sep 2024 09:42:18 +0200 Subject: [PATCH] use top level diagram.json --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79d2130..5cdac32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'