Skip to content

Commit

Permalink
chore(ci): run workspace tests everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon committed Mar 15, 2024
1 parent 920a4cf commit 79982c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/skott.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ jobs:
- name: Build project
run: pnpm -r build

- name: Run unit tests
run: pnpm -r test:unit

- name: Run integration tests
run: pnpm -r test:integration
- name: Run tests
run: pnpm -r test
env:
CI: true

Expand Down

0 comments on commit 79982c6

Please sign in to comment.