Fix/main build 2 (#2819)

* Removed double slash

* Fixing race condition with testing

* Created cleaner solution

* Keeping flash alive longer so tests finish in main build
This commit is contained in:
Alex Janousek
2025-08-07 15:52:56 -04:00
committed by GitHub
parent 843699061d
commit 5c00ee1840
4 changed files with 22 additions and 3 deletions

View File

@@ -101,7 +101,8 @@ jobs:
# above make e2e-test
run: |
make run-flask-and-wait > admin-server.log 2>&1 &
make run-flask > admin-server.log 2>&1 &
make wait-for-flask
tail -f admin-server.log &
make e2e-test