Skip to content

Commit cca6421

Browse files
committed
fix: server tests ci workflow
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 35d7906 commit cca6421

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/server-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,17 @@ jobs:
5353
- name: Check out repository code
5454
uses: actions/checkout@v4
5555

56+
- name: Setup pnpm
57+
uses: pnpm/action-setup@v4
58+
5659
- name: Setup Node
5760
uses: actions/setup-node@v4
5861
with:
5962
node-version: 20
60-
cache: 'pnpm' # Built-in caching for faster runs
63+
cache: 'pnpm'
6164

6265
- name: Install dependencies
63-
run: |
64-
corepack enable
65-
pnpm i --frozen-lockfile
66+
run: pnpm i --frozen-lockfile
6667

6768
- name: Prepare test database
6869
run: ./.github/scripts/prepare-test-template-db.sh

0 commit comments

Comments
 (0)