mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-05 04:40:19 +03:00
chore: fix integratin test in publish script
This commit is contained in:
parent
1641e738bb
commit
ec670d6ee5
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user