Skip to content

Commit

Permalink
ci: disable wokwi temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 27, 2024
1 parent 07e2894 commit 6814001
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 @@ -31,10 +31,10 @@ jobs:
- name: Build
run: cd ./${{ matrix.template }} && 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 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!'

0 comments on commit 6814001

Please sign in to comment.