A bit of cleanup and debugging comment to resume after holidays!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-12-22 16:42:53 -05:00
parent 92b33834e8
commit b60dc00f0e

View File

@@ -97,20 +97,10 @@ jobs:
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
- name: Run Admin server
run: make run-flask &
- name: Run E2E tests 1
- name: Run E2E tests
# run: poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end
run:
curl --request GET --url "http://localhost:6012"
env:
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
# Run the E2E tests against the code found in this PR.
NOTIFY_E2E_TEST_URI: http://localhost:6012
- name: Run E2E tests 2
# run: poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end
run:
curl --request GET --url "http://127.0.0.1:6012"
# Debugging for now to troubleshoot a connectivity issue to the local servers
run: curl --request GET --url "http://localhost:6012"
env:
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}