From 24869cb825fd11e6d73092304eff8884efe8e141 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Thu, 4 Sep 2025 21:27:41 -0400 Subject: [PATCH] github debug --- .github/workflows/test_next_server.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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