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 93
93
~/.arduino/tests/**/build*.tmp/*.elf
94
94
~/.arduino/tests/**/build*.tmp/*.json
95
95
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
-
115
96
- name : Run Tests
116
97
if : steps.check-tests.outputs.enabled == 'true'
117
98
env :
You can’t perform that action at this time.
0 commit comments