File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 9393 ~/.arduino/tests/**/build*.tmp/*.elf
9494 ~/.arduino/tests/**/build*.tmp/*.json
9595
96- - name : Install Wokwi CLI
97- if : steps.check-tests.outputs.enabled == 'true'
98- run : curl -L https://wokwi.com/ci/install.sh | sh
99-
100- - name : Wokwi CI Server
101- uses : wokwi/wokwi-ci-server-action@v1
102-
103- - name : Get binaries
104- if : steps.check-tests.outputs.enabled == 'true'
105- id : cache-build-binaries
106- uses : actions/cache/restore@v4
107- with :
108- fail-on-cache-miss : true
109- key : tests-${{ env.id }}-bin
110- path : |
111- ~/.arduino/tests/**/build*.tmp/*.bin
112- ~/.arduino/tests/**/build*.tmp/*.elf
113- ~/.arduino/tests/**/build*.tmp/*.json
114-
11596 - name : Run Tests
11697 if : steps.check-tests.outputs.enabled == 'true'
11798 env :
You can’t perform that action at this time.
0 commit comments