Skip to content

Commit

Permalink
enable wokwi test step
Browse files Browse the repository at this point in the history
  • Loading branch information
satmatthills committed Nov 28, 2024
1 parent 590d535 commit f1b5630
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
pio settings set force_verbose 1
pio run --environment ${{ matrix.environment }}
# - name: Simulate and test ble-advertising with Wokwi
# uses: wokwi/wokwi-ci-action@v1
# with:
# token: ${{ secrets.WOKWI_CLI_TOKEN }}
# path: ./${{ matrix.template }}/ # directory with wokwi.toml, relative to repo's root
# timeout: 30000
# expect_text: 'Puara Start Done!'
- name: Simulate and test with Wokwi
uses: wokwi/wokwi-ci-action@v1
with:
token: ${{ secrets.WOKWI_CLI_TOKEN }}
path: ./${{ matrix.template }}/ # directory with wokwi.toml, relative to repo's root
timeout: 30000
expect_text: 'Puara Start Done!'

0 comments on commit f1b5630

Please sign in to comment.