-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
34 lines (24 loc) · 972 Bytes
/
hie.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cradle:
stack:
- path: "./dapr-actor/src"
component: "dapr-actor:lib"
- path: "./dapr-actor/test"
component: "dapr-actor:test:dapr-actor-test"
- path: "./dapr-core/src"
component: "dapr-core:lib"
- path: "./dapr-core/test"
component: "dapr-core:test:dapr-core-test"
- path: "./dapr-grpc-client/src"
component: "dapr-grpc-client:lib"
- path: "./dapr-grpc-client/test"
component: "dapr-grpc-client:test:dapr-grpc-client-test"
- path: "./dapr-http-client/src"
component: "dapr-http-client:lib"
- path: "./dapr-http-client/test/e2e"
component: "dapr-http-client:test:dapr-http-client-test-e2e"
- path: "./dapr-http-server/src"
component: "dapr-http-server:lib"
- path: "./dapr-http-server/test"
component: "dapr-http-server:test:dapr-http-server-test"
- path: "./examples/http/pubsub/app/Main.hs"
component: "http-pubsub-example:exe:http-pubsub-example"