From 3003f822235f9e7496d54dded9a6e4c3360c3314 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 22 Dec 2023 14:56:38 -0500 Subject: [PATCH] Attempting to get the API cloned at least Signed-off-by: Carlo Costino --- .github/workflows/checks.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a57d3615c..f638f5e65 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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