Skip to content

Commit 3b020c7

Browse files
Merge branch 'main' into fix/generic-user-type
2 parents bf3b0fc + 44477f8 commit 3b020c7

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
with:
3838
node: ${{ env.NODE_VERSION }}
3939

40-
- name: Save build artifacts
41-
uses: actions/cache/save@v4
42-
with:
43-
path: .
44-
key: ${{ env.CACHE_KEY }}
45-
4640
unit:
4741
needs: build # Require build to complete before running tests
4842

@@ -59,11 +53,8 @@ jobs:
5953
node-version: ${{ env.NODE_VERSION }}
6054
cache: npm
6155

62-
- name: Restore build artifacts
63-
uses: actions/cache/restore@v4
64-
with:
65-
path: .
66-
key: ${{ env.CACHE_KEY }}
56+
- name: Install dependencies
57+
run: npm ci --include=dev
6758

6859
- name: Run tests
6960
run: npm run test

0 commit comments

Comments
 (0)