Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Feb 6, 2024
1 parent e3228ee commit 82033d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/iota-sandbox/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ runs:
# Use the next lines to use the main branch
# git clone https://github.com/iotaledger/iota-sandbox
# cd iota-sandbox/sandbox
- name: Cache Docker images
uses: ScribeMD/docker-cache@e481e638abdb45e2fa30845305c387a544cc617f #0.3.7
with:
key: docker-sandbox-${{ hashFiles('sandbox/*.yml') }}
key: docker-sandbox-${{ hashFiles('iota-sandbox/**/*.yml') }}

- name: Setup iota sandbox
shell: bash
run: |
cd
cd iota-sandbox/sandbox
# Start Tangle
sudo ./bootstrap.sh
docker compose up -d
Expand Down

0 comments on commit 82033d7

Please sign in to comment.