Adjusted API clone and working directory

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-12-22 15:29:03 -05:00
parent f8c48f7711
commit bb242dc7d7

View File

@@ -77,10 +77,9 @@ jobs:
uses: actions/checkout@v3
with:
repository: GSA/notifications-api
path: './notifications-api'
path: 'notifications-api'
- name: Install API dependencies
with:
path: './notifications-api'
working-directory: 'notifications-api'
run: make bootstrap
env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api