We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f7df2 commit 12d369bCopy full SHA for 12d369b
.github/workflows/wokwi.yml
@@ -93,25 +93,6 @@ jobs:
93
~/.arduino/tests/**/build*.tmp/*.elf
94
~/.arduino/tests/**/build*.tmp/*.json
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
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
- name: Run Tests
116
if: steps.check-tests.outputs.enabled == 'true'
117
env:
0 commit comments