diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index d612b6a..aebcef5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -41,6 +41,8 @@ jobs: # You may remove this line if you want to manage the configuration yourself. static_site_generator: next + - name: Run tests + run: pnpm run test - name: Build with Next.js run: pnpm run build