Attempting to get the API cloned at least

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-12-22 14:56:38 -05:00
parent 5a39165644
commit 3003f82223

View File

@@ -73,11 +73,11 @@ jobs:
- uses: ./.github/actions/setup-project
- uses: jwalton/gh-find-current-pr@v1
id: findPr
# - name: Clone API
# uses: actions/checkout@v3
# with:
# repository: GSA/notifications-api
# path: './notifications-api'
- name: Clone API
uses: actions/checkout@v3
with:
repository: GSA/notifications-api
path: './notifications-api'
# - name: Install API dependencies
# with:
# path: './notifications-api'
@@ -102,8 +102,6 @@ jobs:
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
NOTIFY_E2E_TEST_URI: ${{ secrets.NOTIFY_E2E_TEST_URI }}
# API_HOST_NAME: http://localhost:6011
- name: Check coverage threshold
run: poetry run coverage report --fail-under=90
validate-new-relic-config:
runs-on: ubuntu-latest