fix(ci): enable cors for api testing

This commit is contained in:
kolaente 2024-02-11 18:19:57 +01:00
parent 45c97a456d
commit 3129051a9c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -358,6 +358,7 @@ services:
environment:
VIKUNJA_SERVICE_TESTINGTOKEN: averyLongSecretToSe33dtheDB
VIKUNJA_LOG_LEVEL: DEBUG
VIKUNJA_CORS_ENABLE: 1
steps:
- name: dependencies
@ -1374,6 +1375,6 @@ steps:
- failure
---
kind: signature
hmac: 90827e8c19d58f370a55c1ba17d188461e3aa1fe1b27cce52fa58925227894de
hmac: b3642fd8cce5856d5e2b8e35c476d1653cc8ca86939381089cd8977adf41e83c
...