github debug

This commit is contained in:
Igor Loskutov
2025-09-04 21:43:52 -04:00
parent 50d4bcc0ac
commit 9453ebe356
2 changed files with 9 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ jobs:
- name: Run tests
run: pnpm test
env:
NEXT_PUBLIC_IS_CI: true
- name: Build
run: pnpm build
run: pnpm build
env:
NEXT_PUBLIC_IS_CI: true