mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Now trying to install API dependencies...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -78,14 +78,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: GSA/notifications-api
|
repository: GSA/notifications-api
|
||||||
path: './notifications-api'
|
path: './notifications-api'
|
||||||
# - name: Install API dependencies
|
- name: Install API dependencies
|
||||||
# with:
|
with:
|
||||||
# path: './notifications-api'
|
path: './notifications-api'
|
||||||
# run: make bootstrap
|
run: make bootstrap
|
||||||
# env:
|
env:
|
||||||
# SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
|
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
|
||||||
# NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
||||||
# NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
||||||
# - name: Run API server
|
# - name: Run API server
|
||||||
# with:
|
# with:
|
||||||
# path: './notifications-api'
|
# path: './notifications-api'
|
||||||
|
|||||||
Reference in New Issue
Block a user