mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Adjusted API clone and working directory
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -77,10 +77,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
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:
|
working-directory: '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
|
||||||
|
|||||||
Reference in New Issue
Block a user