less edgy config (ci)

This commit is contained in:
Igor Loskutov
2025-09-04 11:45:24 -04:00
parent 8af6bf4998
commit 2811540d9a
3 changed files with 8 additions and 3 deletions

View File

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