4
4
push :
5
5
branches :
6
6
- master
7
+ pull_request :
7
8
workflow_dispatch :
9
+ # Runs every day on 12:00 AM PST
10
+ schedule :
11
+ - cron : " 0 0 * * *"
8
12
9
13
# Declare default permissions as read only.
10
14
permissions : read-all
11
15
12
16
jobs :
13
17
python37 :
14
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
18
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
15
19
with :
16
20
http-builder-source : ' tests/conformance'
17
21
http-builder-target : ' write_http_declarative'
18
22
cloudevent-builder-source : ' tests/conformance'
19
23
cloudevent-builder-target : ' write_cloud_event_declarative'
20
24
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
21
25
builder-runtime : ' python37'
26
+ builder-runtime-version : ' 3.7'
22
27
start-delay : 5
23
28
python38 :
24
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
29
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
25
30
with :
26
31
http-builder-source : ' tests/conformance'
27
32
http-builder-target : ' write_http_declarative'
28
33
cloudevent-builder-source : ' tests/conformance'
29
34
cloudevent-builder-target : ' write_cloud_event_declarative'
30
35
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
31
36
builder-runtime : ' python38'
37
+ builder-runtime-version : ' 3.8'
32
38
start-delay : 5
33
39
python39 :
34
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
40
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
35
41
with :
36
42
http-builder-source : ' tests/conformance'
37
43
http-builder-target : ' write_http_declarative'
38
44
cloudevent-builder-source : ' tests/conformance'
39
45
cloudevent-builder-target : ' write_cloud_event_declarative'
40
46
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
41
47
builder-runtime : ' python39'
48
+ builder-runtime-version : ' 3.9'
42
49
start-delay : 5
43
50
python310 :
44
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
51
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
45
52
with :
46
53
http-builder-source : ' tests/conformance'
47
54
http-builder-target : ' write_http_declarative'
48
55
cloudevent-builder-source : ' tests/conformance'
49
56
cloudevent-builder-target : ' write_cloud_event_declarative'
50
57
prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
51
58
builder-runtime : ' python310'
59
+ builder-runtime-version : ' 3.10'
52
60
start-delay : 5
0 commit comments