Skip to content

Commit be4d6ef

Browse files
committed
ci(refactor): Delete duplicated step
1 parent d7f7df2 commit be4d6ef

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: .github/workflows/wokwi.yml

-12
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,6 @@ jobs:
8181
if: steps.check-tests.outputs.enabled == 'true'
8282
uses: wokwi/wokwi-ci-server-action@v1
8383

84-
- name: Get binaries
85-
if: steps.check-tests.outputs.enabled == 'true'
86-
id: cache-build-binaries
87-
uses: actions/cache/restore@v4
88-
with:
89-
fail-on-cache-miss: true
90-
key: tests-${{ env.id }}-bin
91-
path: |
92-
~/.arduino/tests/**/build*.tmp/*.bin
93-
~/.arduino/tests/**/build*.tmp/*.elf
94-
~/.arduino/tests/**/build*.tmp/*.json
95-
9684
- name: Install Wokwi CLI
9785
if: steps.check-tests.outputs.enabled == 'true'
9886
run: curl -L https://wokwi.com/ci/install.sh | sh

0 commit comments

Comments
 (0)