mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
add VCAP_SERVICES
This commit is contained in:
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@@ -53,13 +53,14 @@ jobs:
|
||||
|
||||
end-to-end-tests:
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
env:
|
||||
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
||||
Reference in New Issue
Block a user