Update .gitea/workflows/test.yml
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m11s

This commit is contained in:
2026-04-05 15:49:38 +02:00
parent 4a34d73c2f
commit 52eb73374b

View File

@@ -34,6 +34,7 @@ jobs:
env:
ENVIRONMENT: "testing"
REDIS_SERVER_ADDR: redis:6379
MAIN_API_URL: http://api:3000
steps:
- name: Checkout code