File tree Expand file tree Collapse file tree
mdl-examples/doctype-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 run : make build
1818 - name : Test
1919 run : make test
20- - name : Setup mxbuild
21- run : ./bin/mxcli setup mxbuild --version 11.9.0
22- - name : Integration tests
23- run : make test-integration
24- timeout-minutes : 30
25- - name : Lint Go
26- run : make lint-go
27- - name : Vulnerability scan
28- run : |
29- go install golang.org/x/vuln/cmd/govulncheck@latest
30- govulncheck ./...
3120 - name : Check MDL example scripts
3221 run : |
3322 FAILED=0
4433 echo "::endgroup::"
4534 done
4635 exit $FAILED
36+ - name : Setup mxbuild
37+ run : ./bin/mxcli setup mxbuild --version 11.9.0
38+ - name : Integration tests
39+ run : make test-integration
40+ timeout-minutes : 30
41+ - name : Lint Go
42+ run : make lint-go
43+ - name : Vulnerability scan
44+ run : |
45+ go install golang.org/x/vuln/cmd/govulncheck@latest
46+ govulncheck ./...
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ create java action SampleModule.Recalculate(
88 CompanyId: string,
99 RecalculateAll: boolean not null,
1010 ItemList: list of SampleModule.Item
11- ) returns void;
11+ ) returns void as $$
12+ $$;
1213
1314create microflow SampleModule.ACT_RecalculateOpenItems ()
1415returns Void
You can’t perform that action at this time.
0 commit comments