Skip to content

Commit

Permalink
fix test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enkoder committed Dec 3, 2023
1 parent b2498d0 commit 350beac
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,4 @@ jobs:
run: pnpm install

- name: Run tests
run: pnpm -r test

- name: Run lints
run: pnpm -r lint

- name: Run Builds
run: pnpm -r build
run: pnpm -r build && pnpm -r test && pnpm -r lint

0 comments on commit 350beac

Please sign in to comment.