Skip to content

chore: run integration tests on pull request #9

chore: run integration tests on pull request

chore: run integration tests on pull request #9

# Validates Functions Framework with GCF buildpacks.
name: Buildpack Integration Test Pre-Submit
on:
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
buildpack-presubmit-test:
uses: ./.github/workflows/re-usable/buildpack-integration-test-base.yml

Check failure on line 12 in .github/workflows/buildpack-integration-test-presubmit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/buildpack-integration-test-presubmit.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
commit-sha: ${{ github.event.pull_request.head.sha }}