add VCAP_SERVICES

This commit is contained in:
Kenneth Kehl
2024-10-03 11:49:42 -07:00
parent d2c654214b
commit a669477f48
2 changed files with 5 additions and 4 deletions

View File

@@ -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