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

This commit is contained in:
2026-04-05 12:31:02 +02:00
parent afedc9debc
commit 71788140c0

View File

@@ -44,10 +44,12 @@ jobs:
with:
node-version: '20'
- name: Create .env file
run: |
echo "API_URL=http://api:3000" >> .env
echo "CDN_URL=http://cdn:4000" >> .env
- name: Run Vitest
run: |
npm install
npm test
env:
API_URL: http://api:3000
CDN_URL: http://cdn:4000
npm test