mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
paths
This commit is contained in:
parent
f084a67fd2
commit
95d921a65a
13
.github/workflows/cache-verify.yml
vendored
13
.github/workflows/cache-verify.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user