From 3782a397e7d6a74da954599653e84e17752499e6 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Wed, 7 Feb 2024 15:26:49 +1000 Subject: [PATCH] debug(ci): check tool location --- .github/workflows/cloud-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cloud-ci.yaml b/.github/workflows/cloud-ci.yaml index f7a2693..ee25b43 100644 --- a/.github/workflows/cloud-ci.yaml +++ b/.github/workflows/cloud-ci.yaml @@ -19,6 +19,7 @@ jobs: version: "1.0.1" - run: | echo $PATH + ls -l /opt/hostedtoolcache/marathon-cloud/1.0.1/x64/ || true marathon-cloud --help - name: run tests using marathon-cloud uses: MarathonLabs/action-invoke@feature/support-cli-v1