Skip to content

Buildpack Integration Test #593

Buildpack Integration Test

Buildpack Integration Test #593

# Validates Functions Framework with GCF buildpacks.
name: Buildpack Integration Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
# Runs every day on 12:00 AM PST
schedule:
- cron: "0 0 * * *"
# Declare default permissions as read only.
permissions: read-all
jobs:
ruby30-buildpack-test:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
with:
http-builder-source: 'test/conformance'
http-builder-target: 'http_func'
cloudevent-builder-source: 'test/conformance'
cloudevent-builder-target: 'cloudevent_func'
prerun: ${{format('test/conformance/prerun.sh {0} testdata/conformance/function', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
builder-runtime: 'ruby30'
builder-runtime-version: '3.0'