File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
cloudevent-builder-target : ' write_cloud_event_declarative'
16
16
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
17
17
builder-runtime : ' python37'
18
+ start-delay : 5
18
19
python38 :
19
20
uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
20
21
with :
24
25
cloudevent-builder-target : ' write_cloud_event_declarative'
25
26
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
26
27
builder-runtime : ' python38'
28
+ start-delay : 5
27
29
python39 :
28
30
uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
29
31
with :
33
35
cloudevent-builder-target : ' write_cloud_event_declarative'
34
36
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
35
37
builder-runtime : ' python39'
38
+ start-delay : 5
36
39
python310 :
37
40
uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
38
41
with :
41
44
cloudevent-builder-source : ' tests/conformance'
42
45
cloudevent-builder-target : ' write_cloud_event_declarative'
43
46
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
44
- builder-runtime : ' python310'
47
+ builder-runtime : ' python310'
48
+ start-delay : 5
You can’t perform that action at this time.
0 commit comments