mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
Update smok-test-docker.yml
This commit is contained in:
parent
01dffb2748
commit
64d2ae6ee0
1 changed files with 8 additions and 4 deletions
12
.github/workflows/smok-test-docker.yml
vendored
12
.github/workflows/smok-test-docker.yml
vendored
|
@ -19,7 +19,11 @@ jobs:
|
|||
- name: Docker test
|
||||
run: |
|
||||
docker run -d -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio:5.x-next
|
||||
mkdir project
|
||||
cd project
|
||||
npm install -g verdaccio --registry http://localhost:4873
|
||||
npm install -g gatsby-cli --registry http://localhost:4873
|
||||
- name: verdaccio cli
|
||||
run: npm install -g verdaccio --registry http://localhost:4873
|
||||
- name: gastby cli
|
||||
run: npm install -g gatsby-cli --registry http://localhost:4873
|
||||
- name: netlify cli
|
||||
run: npm install -g netlify-cli --registry http://localhost:4873
|
||||
- name: angular cli
|
||||
run: npm install -g @angular/cli --registry http://localhost:4873
|
||||
|
|
Loading…
Add table
Reference in a new issue