Skip to content

Commit

Permalink
remove filter from action
Browse files Browse the repository at this point in the history
  • Loading branch information
hanford committed Nov 22, 2021
1 parent 6e21c99 commit c535cd7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bun-framework-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ jobs:
run: cd packages/bun-framework-next && pnpm install

- name: Test bun-framework-next
run: pnpm test --filter bun-framework-next

- name: Typecheck bun-framework-next
run: pnpm test --filter bun-framework-next
run: pnpm test

0 comments on commit c535cd7

Please sign in to comment.