Skip to content

Commit 5d21759

Browse files
committed
try without cache
1 parent 77b59b1 commit 5d21759

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
@@ -91,15 +91,15 @@ jobs:
9191
sudo npx playwright install-deps
9292
npx playwright install
9393
94-
- name: Cache node_modules
95-
id: node-modules-cache
96-
uses: actions/cache@v4
97-
with:
98-
path: admin/node_modules
99-
key: ${{ runner.os }}-node-modules-${{ hashFiles('admin/package-lock.json') }}
94+
# - name: Cache node_modules
95+
# id: node-modules-cache
96+
# uses: actions/cache@v4
97+
# with:
98+
# path: admin/node_modules
99+
# key: ${{ runner.os }}-node-modules-${{ hashFiles('admin/package-lock.json') }}
100100

101101
- name: Install node dependencies
102-
if: steps.node-modules-cache.outputs.cache-hit != 'true'
102+
#if: steps.node-modules-cache.outputs.cache-hit != 'true'
103103
run: cd admin && npm install
104104

105105
- name: Run Non-Kit Tests on Chrome

0 commit comments

Comments
 (0)