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 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
You can’t perform that action at this time.
0 commit comments