Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 1, 2024
1 parent 4228fc5 commit 41fd386
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,14 @@ jobs:
with:
node-version: "lts/*"

- name: login to verdaccio
- name: login to 'verdaccio'
run: npx npm-cli-login -u test -p 1234 -e [email protected] -r http://localhost:4873

- name: publish to verdaccio
- name: version for 'verdaccio'
run: |
npm version patch
- name: publish to 'verdaccio'
run: |
npm publish --registry http://localhost:4873
Expand All @@ -114,6 +118,10 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v4
# with:
# submodules: "recursive"

- uses: actions/download-artifact@v4
with:
name: artifact
Expand Down

0 comments on commit 41fd386

Please sign in to comment.