Fixed env

This commit is contained in:
SamTv12345 2024-07-17 11:09:53 +02:00
parent 97ca713190
commit c5a94f1dc7
4 changed files with 6 additions and 6 deletions

View file

@ -78,7 +78,7 @@ jobs:
- name: Run the frontend tests
shell: bash
run: |
pnpm run dev &
pnpm run prod &
connected=false
can_connect() {
curl -sSfo /dev/null http://localhost:9001/ || return 1