summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyber <cyber.hf18@gmail.com>2026-01-10 16:25:49 +0100
committerGitHub <noreply@github.com>2026-01-10 16:25:49 +0100
commit018beebdc224685a4fef2b3a995a7c892629b9db (patch)
treecad34fe26089c07ab407b4c6f7b1c828b7b926ca
parentMerge pull request #1463 from CyberL1/fix/mutual-friends (diff)
parentfix: add missing config value for tests (diff)
downloadserver-ts-018beebdc224685a4fef2b3a995a7c892629b9db.tar.xz
Merge pull request #1464 from CyberL1/fix/build-workflow
-rw-r--r--.github/workflows/build.yml1
-rw-r--r--scripts/test.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml

index e65e6b29..4eff6e5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -23,5 +23,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci + - run: npm install --no-save sqlite3 --force - run: npm run build --if-present - run: npm run test --if-present diff --git a/scripts/test.js b/scripts/test.js
index 3f944138..7bef1d34 100644 --- a/scripts/test.js +++ b/scripts/test.js
@@ -34,6 +34,7 @@ fs.writeFileSync( api: { endpointPublic: "http://localhost:3001/api/v9/" }, cdn: { endpointPublic: "http://localhost:3001/", endpointPrivate: "http://localhost:3001/" }, gateway: { endpointPublic: "ws://localhost:3001/" }, + general: { serverName: "http://localhost:3001/" }, }), );