File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -108,5 +108,5 @@ jobs:
108
108
109
109
- run : cd src && npm install -g pnpm
110
110
- run : cd src && pnpm run make
111
- - run : source venv/bin/activate && cd src && pnpm run test || pnpm run test || pnpm run test
111
+ - run : source venv/bin/activate && cd src && pnpm run test-github-ci
112
112
- run : cd src && pnpm run depcheck
Original file line number Diff line number Diff line change 18
18
"version-check" : " pip3 install typing_extensions mypy || pip3 install --break-system-packages typing_extensions mypy && ./workspaces.py version-check && mypy scripts/check_npm_packages.py" ,
19
19
"test-parallel" : " unset DEBUG && pnpm run version-check && cd packages && pnpm run -r --parallel test" ,
20
20
"test" : " unset DEBUG && pnpm run version-check && ./workspaces.py test" ,
21
+ "test-github-ci" : " unset DEBUG && pnpm run version-check && ./workspaces.py test --exclude=jupyter --retries=1" ,
21
22
"depcheck" : " cd packages && pnpm run -r --parallel depcheck" ,
22
23
"prettier-all" : " cd packages/" ,
23
24
"local-ci" : " ./scripts/ci.sh" ,
You can’t perform that action at this time.
0 commit comments