File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments