Skip to content

Commit

Permalink
Update smok-test-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Dec 4, 2022
1 parent 01dffb2 commit 64d2ae6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/smok-test-docker.yml
Expand Up @@ -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

0 comments on commit 64d2ae6

Please sign in to comment.