Skip to content

Commit 93f006c

Browse files
authored
fix: nx affected (#1387)
Signed-off-by: Todd Baert <[email protected]>
1 parent 40bebd8 commit 93f006c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- run: git branch --track main origin/main || true
3232

3333
- run: if ! npx nx format:check ; then echo "Format check failed. Please run 'npx nx format:write'."; fi
34-
- run: npx nx affected --target=lint --parallel=3 --exclude=js-sdk-contrib
35-
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage --exclude=js-sdk-contrib
36-
- run: npx nx affected --target=build --parallel=3 --exclude=js-sdk-contrib
34+
- run: npx nx affected --base=origin/main --target=lint --parallel=3 --exclude=js-sdk-contrib
35+
- run: npx nx affected --base=origin/main --target=test --parallel=3 --ci --code-coverage --exclude=js-sdk-contrib
36+
- run: npx nx affected --base=origin/main --target=build --parallel=3 --exclude=js-sdk-contrib
3737

3838
e2e:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)