Skip to content

Commit

Permalink
ci(refactor): Delete duplicated step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed May 30, 2024
1 parent d7f7df2 commit be4d6ef
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/wokwi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ jobs:
if: steps.check-tests.outputs.enabled == 'true'
uses: wokwi/wokwi-ci-server-action@v1

- name: Get binaries
if: steps.check-tests.outputs.enabled == 'true'
id: cache-build-binaries
uses: actions/cache/restore@v4
with:
fail-on-cache-miss: true
key: tests-${{ env.id }}-bin
path: |
~/.arduino/tests/**/build*.tmp/*.bin
~/.arduino/tests/**/build*.tmp/*.elf
~/.arduino/tests/**/build*.tmp/*.json
- name: Install Wokwi CLI
if: steps.check-tests.outputs.enabled == 'true'
run: curl -L https://wokwi.com/ci/install.sh | sh
Expand Down

0 comments on commit be4d6ef

Please sign in to comment.