From 6c7a8c088556db68354cbb70be169e42c2532ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3r=C3=A1nt=20Pint=C3=A9r?= Date: Tue, 18 Feb 2025 23:21:08 +0100 Subject: [PATCH] Run the Wokwi CI server as part of the build --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d4be266..ff899b7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,9 @@ jobs: command: idf.py build path: test/unit-tests + - name: Run a Wokwi CI server + uses: wokwi/wokwi-ci-server-action@v1 + - name: esp-idf test run: | docker run -v .:/project -w /project/test/unit-tests -e HOME=/tmp -e WOKWI_CLI_TOKEN=${{ secrets.WOKWI_CLI_TOKEN }} lptr/pytest-embedded:latest pytest --embedded-services idf,wokwi ./pytest_unit-tests.py