Skip to content

Commit 04f0459

Browse files
ci: retarget buildpack integration test to main instead of release version (#222)
1 parent 9970a4d commit 04f0459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111

1212
jobs:
1313
java11-buildpack-test:
14-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
14+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
1515
with:
1616
http-builder-source: '/tmp/tests/conformance'
1717
http-builder-target: 'com.google.cloud.functions.conformance.HttpConformanceFunction'
@@ -20,7 +20,7 @@ jobs:
2020
prerun: 'invoker/conformance/prerun.sh'
2121
builder-runtime: 'java11'
2222
java17-buildpack-test:
23-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
23+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
2424
with:
2525
http-builder-source: '/tmp/tests/conformance'
2626
http-builder-target: 'com.google.cloud.functions.conformance.HttpConformanceFunction'

0 commit comments

Comments
 (0)