Skip to content

Commit 88451d6

Browse files
authored
feat: add start-delay parameter to buildpack integration test workflow (#106)
1 parent 063ad0d commit 88451d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ on:
3434
description: Bash script to run before test; relative to repo root
3535
type: string
3636
required: false
37+
start-delay:
38+
description: Start delay, in seconds, between starting the containerized function and sending test requests
39+
type: number
40+
required: false
41+
default: 1
3742
builder-tag:
3843
description: GCF builder image tag
3944
type: string
@@ -145,4 +150,5 @@ jobs:
145150
-builder-target=${{ matrix.builder-target }} \
146151
-builder-runtime=${{ inputs.builder-runtime }} \
147152
-builder-tag=${{ inputs.builder-tag }} \
153+
-start-delay=${{ inputs.start-delay }} \
148154
-validate-mapping=false

0 commit comments

Comments
 (0)