There was an error while loading. Please reload this page.
1 parent 77b59b1 commit 5d21759Copy full SHA for 5d21759
1 file changed
.github/workflows/browser-tests.yml
@@ -91,15 +91,15 @@ jobs:
91
sudo npx playwright install-deps
92
npx playwright install
93
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') }}
+ # - name: Cache node_modules
+ # id: node-modules-cache
+ # uses: actions/cache@v4
+ # with:
+ # path: admin/node_modules
+ # key: ${{ runner.os }}-node-modules-${{ hashFiles('admin/package-lock.json') }}
100
101
- name: Install node dependencies
102
- if: steps.node-modules-cache.outputs.cache-hit != 'true'
+ #if: steps.node-modules-cache.outputs.cache-hit != 'true'
103
run: cd admin && npm install
104
105
- name: Run Non-Kit Tests on Chrome
0 commit comments