From f084a67fd2f106eb2f6bb4fd55a1d33afc371b3c Mon Sep 17 00:00:00 2001 From: resonic-user Date: Thu, 19 Jun 2025 23:20:08 +0200 Subject: [PATCH] wait --- .github/workflows/cache-verify.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 8036179e9..dffb13dad 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -177,12 +177,17 @@ jobs: runs-on: ubuntu-latest env: jobs: 8 - PATH: "/opt:${PATH}" strategy: 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 + - name: Download Docker image artifacts uses: actions/download-artifact@v4 with: