fix: nx affected (#1387)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Signed-off-by: wadii <wadii.zaim@flagsmith.com>
This commit is contained in:
parent
e01f54d3dd
commit
02c9a1c0c5
|
|
@ -31,9 +31,9 @@ jobs:
|
|||
- run: git branch --track main origin/main || true
|
||||
|
||||
- run: if ! npx nx format:check ; then echo "Format check failed. Please run 'npx nx format:write'."; fi
|
||||
- run: npx nx affected --target=lint --parallel=3 --exclude=js-sdk-contrib
|
||||
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage --exclude=js-sdk-contrib
|
||||
- run: npx nx affected --target=build --parallel=3 --exclude=js-sdk-contrib
|
||||
- run: npx nx affected --base=origin/main --target=lint --parallel=3 --exclude=js-sdk-contrib
|
||||
- run: npx nx affected --base=origin/main --target=test --parallel=3 --ci --code-coverage --exclude=js-sdk-contrib
|
||||
- run: npx nx affected --base=origin/main --target=build --parallel=3 --exclude=js-sdk-contrib
|
||||
|
||||
e2e:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue