Skip to content

Commit

Permalink
test: user fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Jun 6, 2024
1 parent 029eeb1 commit d9f906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- run: docker pull verdaccio/verdaccio
- run: docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
- run: docker run --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
- name: Publish user to Verdaccio
run: |
curl -X PUT "http://localhost:4873/-/user/org.couchdb.user:hli" \
Expand Down

0 comments on commit d9f906f

Please sign in to comment.