diff --git a/.github/actions/iota-sandbox/setup/action.yml b/.github/actions/iota-sandbox/setup/action.yml index 3c5073fba4..f37fb968c7 100644 --- a/.github/actions/iota-sandbox/setup/action.yml +++ b/.github/actions/iota-sandbox/setup/action.yml @@ -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