Skip to content

Commit 6cfa4df

Browse files
ci: retarget buildpack integration test to main instead of release version
1 parent 69aa84c commit 6cfa4df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515

1616
jobs:
1717
nodejs10:
18-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
18+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
1919
with:
2020
http-builder-source: 'test/conformance'
2121
http-builder-target: 'writeHttpDeclarative'
@@ -25,7 +25,7 @@ jobs:
2525
builder-runtime: 'nodejs10'
2626
builder-runtime-version: '10'
2727
nodejs12:
28-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
28+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
2929
with:
3030
http-builder-source: 'test/conformance'
3131
http-builder-target: 'writeHttpDeclarative'
@@ -35,7 +35,7 @@ jobs:
3535
builder-runtime: 'nodejs12'
3636
builder-runtime-version: '12'
3737
nodejs14:
38-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
38+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
3939
with:
4040
http-builder-source: 'test/conformance'
4141
http-builder-target: 'writeHttpDeclarative'
@@ -45,7 +45,7 @@ jobs:
4545
builder-runtime: 'nodejs14'
4646
builder-runtime-version: '14'
4747
nodejs16:
48-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
48+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
4949
with:
5050
http-builder-source: 'test/conformance'
5151
http-builder-target: 'writeHttpDeclarative'
@@ -55,7 +55,7 @@ jobs:
5555
builder-runtime: 'nodejs16'
5656
builder-runtime-version: '16'
5757
nodejs18:
58-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
58+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
5959
with:
6060
http-builder-source: 'test/conformance'
6161
http-builder-target: 'writeHttpDeclarative'
@@ -65,7 +65,7 @@ jobs:
6565
builder-runtime: 'nodejs18'
6666
builder-runtime-version: '18'
6767
nodejs20:
68-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
68+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
6969
with:
7070
http-builder-source: 'test/conformance'
7171
http-builder-target: 'writeHttpDeclarative'

0 commit comments

Comments
 (0)