File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 44
44
- name : Setup Environment
45
45
run : make setup
46
46
47
- - name : Build and Test
48
- run : make test
47
+ - name : Build
48
+ run : make build
49
+
50
+ - name : TypeScript Tests
51
+ run : make test-ts
52
+
53
+ - name : Python Tests
54
+ run : make test-py
55
+
56
+ - name : Integration Tests
57
+ run : make test-integration-parallel
58
+
59
+ - name : Examples Tests
60
+ run : make test-examples
49
61
50
62
- name : Zip build folder
51
63
run : zip -r -q ./build.zip ./build
Original file line number Diff line number Diff line change 46
46
- name : Setup Environment
47
47
run : make setup
48
48
49
- - name : Build and Test
50
- run : make test
49
+ - name : Build
50
+ run : make build
51
+
52
+ - name : TypeScript Tests
53
+ run : make test-ts
54
+
55
+ - name : Python Tests
56
+ run : make test-py
57
+
58
+ - name : Integration Tests
59
+ run : make test-integration-parallel
60
+
61
+ - name : Examples Tests
62
+ run : make test-examples
51
63
52
64
# Upload to S3
53
65
- name : Configure AWS credentials
You can’t perform that action at this time.
0 commit comments