diff --git a/.github/workflows/release-dx-packages.yml b/.github/workflows/release-dx-packages.yml index bcbb8da..85e85e3 100644 --- a/.github/workflows/release-dx-packages.yml +++ b/.github/workflows/release-dx-packages.yml @@ -33,6 +33,9 @@ jobs: - name: Build packages run: pnpm build + - name: Setup git for tests + run: git config --global user.email "test@example.com" && git config --global user.name "Test User" + - name: Test run: pnpm test