Skip to content

Commit

Permalink
Add outp input to action
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiuDatsko committed Oct 23, 2024
1 parent 49767ae commit a84e453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lab-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ jobs:
lab_number: 1
variant_number: 1
wokwi_toml_path: mc_labs/mc_lab_01/wokwi.toml
output: ${{ github.workspace }}/test_scenario.yml

- name: Test Pi Pico SDK Blinky on Wokwi
- name: Test on Wokwi
uses: wokwi/wokwi-ci-action@v1
with:
token: ${{ secrets.WOKWI_CLI_TOKEN }}
path: mc_labs/mc_lab_01/
timeout: 1000 # ms
scenario: ${{ steps.generate_scenario.outputs.test_scenario }}

0 comments on commit a84e453

Please sign in to comment.