Update .gitea/workflows/test.yml
All checks were successful
Setup testing environment and test the code / build (push) Successful in 53s

This commit is contained in:
2026-04-05 12:37:28 +02:00
parent 49bd98162a
commit 1b562d2220

View File

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