Skip to content

Commit 2ddfa11

Browse files
refactor: streamline dependency installation by removing artifact restoration step
1 parent 1644bb5 commit 2ddfa11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ jobs:
5959
node-version: ${{ env.NODE_VERSION }}
6060
cache: npm
6161

62-
- name: Restore build artifacts
63-
uses: actions/cache/restore@v4
64-
with:
65-
path: .
66-
key: ${{ env.CACHE_KEY }}
62+
- name: Install dependencies
63+
run: pnpm install --frozen-lockfile
6764

6865
- name: Run tests
6966
run: npm run test

0 commit comments

Comments
 (0)