From 41fd386593abf30ba787fffb64affbaf43fe9250 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:04:32 +0800 Subject: [PATCH] ci: fix test --- .github/workflows/ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31e27d..4e8c416 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 test@domain.test -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 @@ -114,6 +118,10 @@ jobs: fail-fast: false steps: + - uses: actions/checkout@v4 + # with: + # submodules: "recursive" + - uses: actions/download-artifact@v4 with: name: artifact