mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-04 11:03:03 +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
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: CI
|
# - name: CI
|
||||||
run: npm ci && npm ci --prefix cli
|
# run: npm ci && npm ci --prefix cli
|
||||||
|
|
||||||
# - name: Unit Test
|
# - name: Unit Test
|
||||||
# run: npm test
|
# run: npm test
|
||||||
|
@ -59,14 +59,14 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: CI
|
# - name: CI
|
||||||
run: npm ci && npm ci --prefix cli
|
# run: npm ci && npm ci --prefix cli
|
||||||
|
|
||||||
- name: Download bundled artifact
|
# - name: Download bundled artifact
|
||||||
uses: actions/download-artifact@v3
|
# uses: actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: bundles
|
# name: bundles
|
||||||
path: bundles
|
# path: bundles
|
||||||
|
|
||||||
# - name: E2E Test
|
# - name: E2E Test
|
||||||
# run: npm run e2e
|
# run: npm run e2e
|
||||||
|
|
Loading…
Reference in New Issue
Block a user