mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Testing to see if we can connect to the local server.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@@ -98,7 +98,10 @@ jobs:
|
||||
- name: Run Admin server
|
||||
run: make run-flask &
|
||||
- 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: |
|
||||
curl --request GET --url "http://localhost:6012"
|
||||
curl --request GET --url "http://127.0.0.1:6012"
|
||||
env:
|
||||
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
||||
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
||||
|
||||
Reference in New Issue
Block a user