Skip to content

Commit f831f25

Browse files
authored
chore: update buildpack integration test (#147)
Newest version of the client does not require a builder-tag and will use "latest" by default.
1 parent d935462 commit f831f25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ on:
77
workflow_dispatch:
88
jobs:
99
ruby30-buildpack-test:
10-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.5.5
10+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
1111
with:
1212
http-builder-source: 'test/conformance'
1313
http-builder-target: 'http_func'
1414
cloudevent-builder-source: 'test/conformance'
1515
cloudevent-builder-target: 'cloudevent_func'
1616
prerun: 'test/conformance/prerun.sh ${{ github.sha }}'
1717
builder-runtime: 'ruby30'
18-
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/ruby30/builder
19-
builder-tag: 'ruby30_20220620_3_0_4_RC00'

0 commit comments

Comments
 (0)