File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 19
19
uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7
20
20
with :
21
21
functionType : ' http'
22
+ useBuildpacks : false
22
23
validateMapping : false
23
24
source : ' test/conformance'
24
25
target : ' writeHttp'
28
29
uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7
29
30
with :
30
31
functionType : ' legacyevent'
32
+ useBuildpacks : false
31
33
validateMapping : false
32
34
source : ' test/conformance'
33
35
target : ' writeLegacyEvent'
37
39
uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7
38
40
with :
39
41
functionType : ' cloudevent'
40
- validateMapping : true
42
+ useBuildpacks : false
43
+ validateMapping : false
41
44
source : ' test/conformance'
42
45
target : ' writeCloudEvent'
43
46
runtime : ${{ matrix.runtime }}
Original file line number Diff line number Diff line change 15
15
"on-finished" : " ^2.3.0"
16
16
},
17
17
"scripts" : {
18
- "test" : " mocha build/test" ,
18
+ "compile" : " tsc -p ." ,
19
+ "prepare" : " npm run compile" ,
20
+ "pretest" : " npm run compile" ,
19
21
"check" : " gts check" ,
20
22
"clean" : " gts clean" ,
21
- "compile" : " tsc -p ." ,
22
23
"fix" : " gts fix" ,
23
- "prepare" : " npm run compile" ,
24
- "pretest" : " npm run compile"
24
+ "test" : " mocha build/test"
25
25
},
26
26
"files" : [
27
27
" build/src/*.js" ,
You can’t perform that action at this time.
0 commit comments