Skip to content

Commit 57d6d90

Browse files
westonruterdesrosj
andauthored
Remove Gutenberg cache for initial commit
Co-authored-by: Jonathan Desrosiers <[email protected]>
1 parent f3990da commit 57d6d90

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/reusable-php-static-analysis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,6 @@ jobs:
8080
- name: Make Composer packages available globally
8181
run: echo "${PWD}/vendor/bin" >> "$GITHUB_PATH"
8282

83-
- name: Get Gutenberg ref
84-
id: gutenberg-ref
85-
run: echo "ref=$(node -e 'console.log(require("./package.json").gutenberg.ref)')" >> "$GITHUB_OUTPUT"
86-
87-
- name: Cache Gutenberg
88-
uses: actions/cache@v4
89-
with:
90-
path: |
91-
gutenberg
92-
.gutenberg-hash
93-
key: gutenberg-${{ steps.gutenberg-ref.outputs.ref }}-${{ hashFiles('tools/gutenberg/*') }}
94-
9583
- name: Install npm dependencies
9684
run: npm ci --ignore-scripts
9785

0 commit comments

Comments
 (0)