Skip to content

Commit 5ebcfa5

Browse files
committed
ci: 🎡 remove E2E tests
1 parent bf37fe6 commit 5ebcfa5

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

‎.github/workflows/pr.yml‎

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,3 @@ jobs:
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

‎.github/workflows/release.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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

‎package.json‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
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",

0 commit comments

Comments
 (0)