Try this...
This commit is contained in:
@@ -7,12 +7,13 @@ when:
|
||||
- event: tag
|
||||
- event: manual
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
- build
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- corepack enable && corepack prepare pnpm@10.28.2 --activate
|
||||
- pnpm test
|
||||
depends_on:
|
||||
- lint
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user