mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fixing test runner
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -19,8 +19,14 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Enable pnpm via Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
- run: pnpm install
|
- name: Set pnpm version
|
||||||
- run: pnpm test
|
run: corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: pnpm test
|
||||||
|
|||||||
Reference in New Issue
Block a user