Skip to content

Commit 314f4ad

Browse files
author
danil-nizamov
committed
removed excessive tests
1 parent afea4d0 commit 314f4ad

File tree

7 files changed

+1
-1365
lines changed

7 files changed

+1
-1365
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -35,40 +35,6 @@ jobs:
3535
flags: unittests
3636
name: codecov-umbrella
3737

38-
integration-tests:
39-
runs-on: ubuntu-latest
40-
41-
steps:
42-
- uses: actions/checkout@v4
43-
44-
- name: Setup Node.js
45-
uses: actions/setup-node@v4
46-
with:
47-
node-version: '18'
48-
cache: 'npm'
49-
cache-dependency-path: tests/package-lock.json
50-
51-
- name: Install dependencies
52-
working-directory: ./tests
53-
run: npm ci
54-
55-
- name: Install Playwright browsers
56-
working-directory: ./tests
57-
run: npx playwright install --with-deps
58-
59-
- name: Run integration tests
60-
working-directory: ./tests
61-
run: npm run test:integration
62-
timeout-minutes: 10
63-
64-
- name: Upload test results
65-
uses: actions/upload-artifact@v4
66-
if: always()
67-
with:
68-
name: playwright-report
69-
path: tests/playwright-report/
70-
retention-days: 30
71-
7238
test-matrix:
7339
runs-on: ${{ matrix.os }}
7440
strategy:
@@ -93,12 +59,3 @@ jobs:
9359
- name: Run unit tests
9460
working-directory: ./tests
9561
run: npm test
96-
97-
- name: Install Playwright browsers
98-
working-directory: ./tests
99-
run: npx playwright install --with-deps
100-
101-
- name: Run integration tests
102-
working-directory: ./tests
103-
run: npm run test:integration
104-
timeout-minutes: 10

0 commit comments

Comments
 (0)