File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 4040 - run : yarn lint
4141 - run : yarn prettier:check
4242 - run : yarn typedoc
43- e2e-rx-rpc :
44- runs-on : ubuntu-latest
45- strategy :
46- matrix :
47- node-version : [20.x]
48- steps :
49- - uses : actions/checkout@v4
50- - name : Use Node.js ${{ matrix.node-version }}
51- uses : actions/setup-node@v4
52- with :
53- node-version : ${{ matrix.node-version }}
54- cache : yarn
55- - run : yarn install --frozen-lockfile
56- - run : yarn test:e2e
Original file line number Diff line number Diff line change 2323 - run : yarn prettier:check
2424 - run : yarn lint
2525 - run : yarn test:ci --ci
26- - run : yarn test:e2e
2726 - run : yarn build
2827 - name : Semantic Release
2928 uses : cycjimmy/semantic-release-action@v4
Original file line number Diff line number Diff line change 4747 "jest" : " node -r ts-node/register ./node_modules/.bin/jest" ,
4848 "test" : " jest --maxWorkers 7" ,
4949 "test:ci" : " yarn jest --maxWorkers 3 --no-cache" ,
50- "test:e2e" : " node -r ts-node/register/transpile-only src/__tests__/e2e/run.ts" ,
51- "test:e2e:jest" : " TEST_E2E=1 jest --maxWorkers 1 --no-cache src/__tests__/e2e/" ,
52- "demo:e2e:server" : " ts-node src/__demos__/server.ts" ,
5350 "coverage" : " yarn test --collectCoverage" ,
5451 "typedoc" : " typedoc" ,
5552 "build:pages" : " rimraf gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage" ,
You can’t perform that action at this time.
0 commit comments