try using various commands in checks.yml to obtain admin logs while e2e tests are running

This commit is contained in:
Kenneth Kehl
2024-08-29 11:25:44 -07:00
parent 38fde60348
commit 4dbd9ede92

View File

@@ -120,10 +120,6 @@ jobs:
- name: Run Admin server
run: |
make run-flask > admin-server.log 2>&1 &
until curl -s http://localhost:6012l do
echo "Waiting..."
sleep 2
done
tail -f admin-server.log &
make e2e-test
env: