mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Attempting to get the API cloned at least
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
12
.github/workflows/checks.yml
vendored
12
.github/workflows/checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user