Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 26, 2024
1 parent 1a859f3 commit b9d3458
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -27,5 +27,6 @@ jobs:
run: pnpm i

- name: Test ${{ matrix.app }}
run: pnpm plop test "gobot,app:${{ matrix.app }}" --no-progress
shell: bash
run: |
pnpm plop test "gobot" --no-progress
pnpm plop test "app:${{ matrix.app }}" --no-progress

0 comments on commit b9d3458

Please sign in to comment.