diff --git a/.github/workflows/test_next_server.yml b/.github/workflows/test_next_server.yml index aa815983..538a435b 100644 --- a/.github/workflows/test_next_server.yml +++ b/.github/workflows/test_next_server.yml @@ -43,5 +43,6 @@ jobs: - name: Run tests run: pnpm test - env: - NEXT_PUBLIC_IS_CI: true \ No newline at end of file + + - name: Build + run: pnpm build \ No newline at end of file