Skip to content

Commit 476f128

Browse files
change test
1 parent 04b1b18 commit 476f128

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ jobs:
1010
steps:
1111
- name: Get code
1212
uses: actions/checkout@v4
13-
- name: Cache dependencies
14-
id: cache
15-
uses: actions/cache@v4
16-
with:
17-
path: node_modules
18-
key: deps-node-modules-${{ hashFiles('**/package-lock.json') }}
19-
- name: Install dependencies
20-
if: steps.cache.outputs.cache-hit != 'true'
13+
- name: Install dependencies
2114
run: npm ci
2215
test:
2316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)