This commit is contained in:
resonic-user 2025-06-19 23:22:14 +02:00
parent f084a67fd2
commit 95d921a65a

View File

@ -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