Skip to content

Commit

Permalink
chore: run unit tests in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Nov 15, 2024
1 parent 7ea609d commit 04730d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
run: ${{ matrix.settings.build }}
if: ${{ !matrix.settings.docker }}
shell: bash
- name: Run unit tests
run: pnpm test:ci
if: ${{ !matrix.settings.docker }}
shell: bash
# we only run integration tests on linux vm where we have access to docker we can talk to
- name: Integration tests
run: ${{ matrix.settings.test }}
Expand Down

0 comments on commit 04730d1

Please sign in to comment.