clean up Makefile and checks.yml

This commit is contained in:
Kenneth Kehl
2024-09-10 07:17:41 -07:00
parent b8edfa8175
commit bdf4c9597b
2 changed files with 1 additions and 26 deletions

View File

@@ -89,31 +89,6 @@ jobs:
- uses: ./.github/actions/setup-project
- uses: jwalton/gh-find-current-pr@v1
id: findPr
#- name: Clone API
# uses: actions/checkout@v4
# with:
# repository: GSA/notifications-api
# path: 'notifications-api'
# - name: Install API dependencies
# working-directory: 'notifications-api'
# run: make bootstrap
# env:
# DATABASE_URL: postgresql://user:password@localhost:5432/test_notification_api
# SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
# REDIS_URL: redis://localhost:6379
# NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
# NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
# NOTIFY_ENVIRONMENT: development
#- name: Run API server
# working-directory: 'notifications-api'
# run: make run-procfile &
# env:
# DATABASE_URL: postgresql://user:password@localhost:5432/test_notification_api
# SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
# REDIS_URL: redis://localhost:6379
# NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
# NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
# NOTIFY_ENVIRONMENT: development
- name: Check API Server availability
run: |
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1