Skip to content

Commit 49ebc5e

Browse files
committed
ci(test-publish): fix running verdaccio
1 parent dba82a8 commit 49ebc5e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ jobs:
8080
- name: Install Dependencies
8181
run: pnpm install --silent --frozen-lockfile --ignore-scripts
8282

83-
- name: Run Local Npm Registry (Verdaccio) On Linux Or macOS
83+
- name: Run Local Npm Registry (Verdaccio)
8484
# verdaccio is private npm registry. [link](https://github.com/verdaccio/verdaccio/)
85-
if: startsWith(matrix.os, 'windows') == false # use an operrator "==" as "!startsWith(matrix.os, 'windows')" causes an error
86-
run: |
87-
docker compose -f verdaccio/docker-compose.yaml up --wait
85+
run: docker compose -f verdaccio/docker-compose.yaml up --wait
8886

8987
- name: Publish To Local NPM Registry
9088
run: |

0 commit comments

Comments
 (0)