From 160d2d1183577691ac379da7fc48103d5761db1b Mon Sep 17 00:00:00 2001 From: David Hunt Date: Wed, 9 Oct 2024 19:20:30 +1300 Subject: [PATCH] update release to run tests before starting a release. --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77c6ec6..b5c092a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,9 @@ jobs: - name: Build run: pnpm build + - name: Run Tests + run: pnpm -w run tests + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1