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