Skip to content
Snippets Groups Projects
Verified Commit 32f6a9a1 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7856 test pipeline

parent 67fcd224
No related branches found
No related tags found
No related merge requests found
Pipeline #2732 failed
...@@ -12,6 +12,7 @@ variables: ...@@ -12,6 +12,7 @@ variables:
default: default:
before_script: before_script:
- cd alfa-client - cd alfa-client
- ls -a
- npm install -g pnpm@9.15.4 - npm install -g pnpm@9.15.4
- pnpm config set store-dir .pnpm-store - pnpm config set store-dir .pnpm-store
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
...@@ -41,7 +42,7 @@ alfa test: ...@@ -41,7 +42,7 @@ alfa test:
stage: test stage: test
image: node:20.18.1 image: node:20.18.1
script: script:
- pnpm run ci-test - pnpx nx run-many --target=test --parallel -- --runInBand
rules: rules:
- if: '$CI_COMMIT_BRANCH != "main"' - if: '$CI_COMMIT_BRANCH != "main"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment