Skip to content

Commit 4e811b5

Browse files
committed
try again without cache
1 parent 396d5d0 commit 4e811b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/browser-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
8686
echo "WordPress setup complete!"
8787
88-
- name: Cache node_modules
89-
id: node-modules-cache
90-
uses: actions/cache@v4
91-
with:
92-
path: admin/node_modules
93-
key: ${{ runner.os }}-node-modules-${{ hashFiles('admin/package-lock.json') }}
88+
# - name: Cache node_modules
89+
# id: node-modules-cache
90+
# uses: actions/cache@v4
91+
# with:
92+
# path: admin/node_modules
93+
# key: ${{ runner.os }}-node-modules-${{ hashFiles('admin/package-lock.json') }}
9494

9595
- name: Install node dependencies
96-
if: steps.node-modules-cache.outputs.cache-hit != 'true'
96+
# if: steps.node-modules-cache.outputs.cache-hit != 'true'
9797
run: cd admin && npm install
9898

9999
- name: Install playwright dependencies

0 commit comments

Comments
 (0)