|
4 | 4 | push:
|
5 | 5 | branches:
|
6 | 6 | - master
|
| 7 | + pull_request: |
| 8 | + # Runs every day on 12:00 AM PST |
| 9 | + schedule: |
| 10 | + - cron: "0 0 * * *" |
7 | 11 | workflow_dispatch:
|
8 | 12 |
|
9 | 13 | # Declare default permissions as read only.
|
10 | 14 | permissions: read-all
|
11 | 15 |
|
12 | 16 | jobs:
|
13 | 17 | nodejs10:
|
14 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3 |
| 18 | + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].4 |
15 | 19 | with:
|
16 | 20 | http-builder-source: 'test/conformance'
|
17 | 21 | http-builder-target: 'writeHttpDeclarative'
|
18 | 22 | cloudevent-builder-source: 'test/conformance'
|
19 | 23 | cloudevent-builder-target: 'writeCloudEventDeclarative'
|
20 | 24 | prerun: 'test/conformance/prerun.sh'
|
21 | 25 | builder-runtime: 'nodejs10'
|
| 26 | + builder-runtime-version: '10' |
22 | 27 | nodejs12:
|
23 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3 |
| 28 | + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].4 |
24 | 29 | with:
|
25 | 30 | http-builder-source: 'test/conformance'
|
26 | 31 | http-builder-target: 'writeHttpDeclarative'
|
27 | 32 | cloudevent-builder-source: 'test/conformance'
|
28 | 33 | cloudevent-builder-target: 'writeCloudEventDeclarative'
|
29 | 34 | prerun: 'test/conformance/prerun.sh'
|
30 | 35 | builder-runtime: 'nodejs12'
|
| 36 | + builder-runtime-version: '12' |
31 | 37 | nodejs14:
|
32 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3 |
| 38 | + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].4 |
33 | 39 | with:
|
34 | 40 | http-builder-source: 'test/conformance'
|
35 | 41 | http-builder-target: 'writeHttpDeclarative'
|
36 | 42 | cloudevent-builder-source: 'test/conformance'
|
37 | 43 | cloudevent-builder-target: 'writeCloudEventDeclarative'
|
38 | 44 | prerun: 'test/conformance/prerun.sh'
|
39 | 45 | builder-runtime: 'nodejs14'
|
| 46 | + builder-runtime-version: '14' |
40 | 47 | nodejs16:
|
41 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3 |
| 48 | + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].4 |
42 | 49 | with:
|
43 | 50 | http-builder-source: 'test/conformance'
|
44 | 51 | http-builder-target: 'writeHttpDeclarative'
|
45 | 52 | cloudevent-builder-source: 'test/conformance'
|
46 | 53 | cloudevent-builder-target: 'writeCloudEventDeclarative'
|
47 | 54 | prerun: 'test/conformance/prerun.sh'
|
48 | 55 | builder-runtime: 'nodejs16'
|
| 56 | + builder-runtime-version: '16' |
49 | 57 | nodejs18:
|
50 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3 |
| 58 | + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].4 |
51 | 59 | with:
|
52 | 60 | http-builder-source: 'test/conformance'
|
53 | 61 | http-builder-target: 'writeHttpDeclarative'
|
54 | 62 | cloudevent-builder-source: 'test/conformance'
|
55 | 63 | cloudevent-builder-target: 'writeCloudEventDeclarative'
|
56 | 64 | prerun: 'test/conformance/prerun.sh'
|
57 | 65 | builder-runtime: 'nodejs18'
|
| 66 | + builder-runtime-version: '18' |
58 | 67 | nodejs20:
|
59 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3 |
| 68 | + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].4 |
60 | 69 | with:
|
61 | 70 | http-builder-source: 'test/conformance'
|
62 | 71 | http-builder-target: 'writeHttpDeclarative'
|
63 | 72 | cloudevent-builder-source: 'test/conformance'
|
64 | 73 | cloudevent-builder-target: 'writeCloudEventDeclarative'
|
65 | 74 | prerun: 'test/conformance/prerun.sh'
|
66 | 75 | builder-runtime: 'nodejs20'
|
| 76 | + builder-runtime-version: '20' |
0 commit comments