mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
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:
16
.github/workflows/checks.yml
vendored
16
.github/workflows/checks.yml
vendored
@@ -97,20 +97,10 @@ jobs:
|
|||||||
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
||||||
- name: Run Admin server
|
- name: Run Admin server
|
||||||
run: make run-flask &
|
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: poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end
|
||||||
run:
|
# Debugging for now to troubleshoot a connectivity issue to the local servers
|
||||||
curl --request GET --url "http://localhost:6012"
|
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"
|
|
||||||
env:
|
env:
|
||||||
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
||||||
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user