Skip to content

Commit

Permalink
Merge pull request #379 from kivancsikert/tests/wokwi-ci-on-github
Browse files Browse the repository at this point in the history
Run the Wokwi CI server as part of the build
  • Loading branch information
lptr authored Feb 18, 2025
2 parents f8c876e + 6c7a8c0 commit ff1f8fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff1f8fc

Please sign in to comment.