Add dummy synapse access token for CI

This commit is contained in:
Henrik Hüttemann
2023-05-20 11:26:44 +02:00
parent 5810f3e237
commit cf3e26de8d
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ pipeline:
node-compile:
image: *node_image
commands:
- echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json
- npm run compile
# node-test:
View File