Skip to content

Commit 57f383f

Browse files
authored
chore: remove redundant test (#2481)
1 parent 60b21a8 commit 57f383f

File tree

3 files changed

+2
-32292
lines changed

3 files changed

+2
-32292
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,6 @@ jobs:
3535
- name: E2E Tests
3636
run: npm run e2e
3737

38-
cli-package-test:
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v4
42-
- uses: actions/setup-node@v3
43-
with:
44-
node-version: 24
45-
cache: npm
46-
- name: Install dependencies
47-
run: npm ci
48-
- name: Prepare CLI and Core packages
49-
run: npm run pack:prepare
50-
- name: Install CLI Package
51-
run: npm install -g redocly-cli.tgz
52-
- name: Redocly version
53-
run: redocly --version
54-
- name: Definition test
55-
run: redocly lint resources/rebilly.yaml --format=stylish
56-
5738
code-style-check:
5839
runs-on: ubuntu-latest
5940
steps:

0 commit comments

Comments
 (0)