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

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

View file

@ -59,7 +59,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
@ -122,7 +122,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
@ -192,7 +192,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

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

View file

@ -45,4 +45,4 @@ fi
log "Starting Etherpad..."
# cd src
exec pnpm run dev "$@"
exec pnpm run prod "$@"