Adjusted API clone and working directory

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 f8c48f7711
commit bb242dc7d7
+2 -3
View File
@@ -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