From 04730d11a7c553593003fdb95f83082ecb52caf6 Mon Sep 17 00:00:00 2001 From: David Estes Date: Fri, 15 Nov 2024 16:01:06 -0700 Subject: [PATCH] chore: run unit tests in pipeline --- .github/workflows/build-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 79998c6..3dc0bf7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 }}