build before and than start detached

This commit is contained in:
einhornimmond 2025-04-29 14:51:55 +02:00
parent ced2726f01
commit d560664518

View File

@ -38,6 +38,7 @@ jobs:
cd backend
cp .env.test_e2e .env
cd ..
bun turbo backend#build frontend#build
bun turbo backend#start frontend#start &
- name: End-to-end tests | prepare