fix(core): do not always use yarn as package manager in the gitlab ci t… (#14978)
This commit is contained in:
parent
bff786962b
commit
3032c7592b
@ -32,8 +32,8 @@ variables:
|
|||||||
extends: .base-pipeline
|
extends: .base-pipeline
|
||||||
script:
|
script:
|
||||||
- <%= packageManagerPrefix %> nx-cloud start-ci-run --stop-agents-after="build"
|
- <%= packageManagerPrefix %> nx-cloud start-ci-run --stop-agents-after="build"
|
||||||
- <%= packageManagerPrefix %> nx-cloud record -- yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
|
- <%= packageManagerPrefix %> nx-cloud record -- <%= packageManagerPrefix %> nx format:check --base=$NX_BASE --head=$NX_HEAD
|
||||||
- <%= packageManagerPrefix %> nx affected --base=$NX_BASE --head=$NX_HEAD --target=lint --parallel=3 & yarn nx affected --base=$NX_BASE --head=$NX_HEAD --target=test --parallel=3 --ci --code-coverage & yarn nx affected --base=$NX_BASE --head=$NX_HEAD --target=e2e --parallel=3 --ci --code-coverage & yarn nx affected --base=$NX_BASE --head=$NX_HEAD --target=build --parallel=3
|
- <%= packageManagerPrefix %> nx affected --base=$NX_BASE --head=$NX_HEAD --target=lint --parallel=3 & <%= packageManagerPrefix %> nx affected --base=$NX_BASE --head=$NX_HEAD --target=test --parallel=3 --ci --code-coverage & <%= packageManagerPrefix %> nx affected --base=$NX_BASE --head=$NX_HEAD --target=e2e --parallel=3 --ci --code-coverage & <%= packageManagerPrefix %> nx affected --base=$NX_BASE --head=$NX_HEAD --target=build --parallel=3
|
||||||
|
|
||||||
# Create as many agents as you want
|
# Create as many agents as you want
|
||||||
nx-dte-agent1:
|
nx-dte-agent1:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user