From 95d921a65acf0c1efe4a44ac789d9e1089d5e0cd Mon Sep 17 00:00:00 2001 From: resonic-user Date: Thu, 19 Jun 2025 23:22:14 +0200 Subject: [PATCH] paths --- .github/workflows/cache-verify.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index dffb13dad..4b4b283da 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -181,13 +181,7 @@ jobs: matrix: job: [1, 2, 3, 4, 5, 6, 7, 8] - steps: - - - name: Run formatter or use PATH tools - run: | - export PATH="/opt:$PATH" - cucumber-json-formatter --help - + steps: - name: Download Docker image artifacts uses: actions/download-artifact@v4 with: @@ -224,6 +218,11 @@ jobs: restore-keys: | ci-unified-cache-${{ runner.os }}- + - name: Run formatter or use PATH tools + run: | + export PATH="/opt:$PATH" + cucumber-json-formatter --help + - name: Rehydrate dependencies run: | yarn install --frozen-lockfile