From 82033d7121aa7333ef58bab65451929ad8c8ba40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Tue, 6 Feb 2024 17:34:16 +0100 Subject: [PATCH] fix paths --- .github/actions/iota-sandbox/setup/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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