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 31
31
- run : git branch --track main origin/main || true
32
32
33
33
- 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
37
37
38
38
e2e :
39
39
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments