mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-22 17:52:00 +03:00
remove ci for now
This commit is contained in:
parent
8b4d5bfe93
commit
04b6edf997
18
.github/workflows/publish.yml
vendored
18
.github/workflows/publish.yml
vendored
|
@ -45,8 +45,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: CI
|
||||
run: npm ci && npm ci --prefix cli
|
||||
# - name: CI
|
||||
# run: npm ci && npm ci --prefix cli
|
||||
|
||||
# - name: Unit Test
|
||||
# run: npm test
|
||||
|
@ -59,14 +59,14 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: CI
|
||||
run: npm ci && npm ci --prefix cli
|
||||
# - name: CI
|
||||
# run: npm ci && npm ci --prefix cli
|
||||
|
||||
- name: Download bundled artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: bundles
|
||||
path: bundles
|
||||
# - name: Download bundled artifact
|
||||
# uses: actions/download-artifact@v3
|
||||
# with:
|
||||
# name: bundles
|
||||
# path: bundles
|
||||
|
||||
# - name: E2E Test
|
||||
# run: npm run e2e
|
||||
|
|
Loading…
Reference in New Issue
Block a user