mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 03:14:58 -04:00
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:
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user