mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
try using various commands in checks.yml to obtain admin logs while e2e tests are running
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user