Skip to content

Commit e1d7f0c

Browse files
authored
Update ci.yml
Signed-off-by: Todd Baert <[email protected]>
1 parent 21ce23e commit e1d7f0c

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
@@ -30,9 +30,9 @@ jobs:
3030
- run: git branch --track main origin/main || true
3131

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

3737
e2e:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)