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

OZG-7856 run test without affected and use shallow clone

parent 72aa60b4
No related branches found
No related tags found
1 merge request!162OZG-7856 Fix file icon issues
Pipeline #2731 failed
...@@ -4,8 +4,8 @@ stages: ...@@ -4,8 +4,8 @@ stages:
- test - test
variables: variables:
GIT_STRATEGY: clone # GIT_STRATEGY: clone
GIT_DEPTH: 0 # GIT_DEPTH: 0
NODE_OPTIONS: --max_old_space_size=3072 NODE_OPTIONS: --max_old_space_size=3072
...@@ -41,7 +41,7 @@ alfa test: ...@@ -41,7 +41,7 @@ alfa test:
stage: test stage: test
image: node:20.18.1 image: node:20.18.1
script: script:
- pnpm run ci-affected-test - pnpm run ci-test
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