Skip to content

Commit 12d369b

Browse files
committed
ci(refactor): Delete duplicated steps
1 parent d7f7df2 commit 12d369b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Diff for: .github/workflows/wokwi.yml

-19
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,6 @@ jobs:
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:

0 commit comments

Comments
 (0)