fix: Install web subdirectory dependencies, set NODE_ENV for tests, and standardize hostname in server tests.
Some checks failed
Deploy to Production / test (push) Failing after 47s
Deploy to Production / build (push) Has been skipped
Deploy to Production / deploy (push) Has been skipped

This commit is contained in:
syntaxbullet
2026-01-30 16:46:16 +01:00
parent 95f1b4e04a
commit e252d6e00a
2 changed files with 12 additions and 7 deletions

View File

@@ -43,7 +43,9 @@ jobs:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
run: |
bun install --frozen-lockfile
cd web && bun install --frozen-lockfile
- name: Create Config File
run: |
@@ -96,6 +98,8 @@ jobs:
LOG_LEVEL="error"
EOF
bash shared/scripts/test-sequential.sh
env:
NODE_ENV: test
# ==========================================================================
# Build Job