mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04: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: ./.github/actions/setup-project
|
||||||
- uses: jwalton/gh-find-current-pr@v1
|
- uses: jwalton/gh-find-current-pr@v1
|
||||||
id: findPr
|
id: findPr
|
||||||
# - name: Clone API
|
- name: Clone API
|
||||||
# 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:
|
# with:
|
||||||
# path: './notifications-api'
|
# path: './notifications-api'
|
||||||
@@ -102,8 +102,6 @@ jobs:
|
|||||||
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
||||||
NOTIFY_E2E_TEST_URI: ${{ secrets.NOTIFY_E2E_TEST_URI }}
|
NOTIFY_E2E_TEST_URI: ${{ secrets.NOTIFY_E2E_TEST_URI }}
|
||||||
# API_HOST_NAME: http://localhost:6011
|
# API_HOST_NAME: http://localhost:6011
|
||||||
- name: Check coverage threshold
|
|
||||||
run: poetry run coverage report --fail-under=90
|
|
||||||
|
|
||||||
validate-new-relic-config:
|
validate-new-relic-config:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user