Now trying to install API dependencies...

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-02-23 11:09:32 -05:00
parent 3003f82223
commit f8c48f7711
+8 -8
View File
@@ -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'