mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Adjusted API clone and working directory
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user