Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 27, 2024
1 parent 526e1a9 commit 5984717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Expand Up @@ -27,10 +27,10 @@ jobs:
run: pnpm i

- name: Start verdaccio
run: pnpm verdaccio:serve & sleep 5

- name: Start verdaccio
run: pnpm verdaccio:login
run: \
pnpm verdaccio:serve
sleep 5
pnpm verdaccio:login

- name: Test ${{ matrix.app }}
run: pnpm plop test "app:${{ matrix.app }}" --no-progress

0 comments on commit 5984717

Please sign in to comment.