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:
Todd Baert 2025-09-18 21:31:16 -04:00 committed by wadii
parent e01f54d3dd
commit 02c9a1c0c5
1 changed files with 3 additions and 3 deletions

View File

@ -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