File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments