Skip to content
Snippets Groups Projects
Commit febd64c3 authored by Chris's avatar Chris
Browse files

Install pnpm first

parent 2d98ca76
No related branches found
No related tags found
1 merge request!6Draft: Resolve "Configure CI/CD"
......@@ -8,6 +8,7 @@ test:
paths:
- "$CI_PROJECT_DIR/.pnpm-store"
before_script:
- npm install -g pnpm
- pnpm install
script:
- jest src/ --coverage --coverageReporters cobertura
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment