You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the samples, you need to have Dapr installed. Follow the [Getting Started](https://docs.dapr.io/getting-started/install-dapr-cli/) guide to install Dapr.
49
+
50
+
- Python: `make test_python_quickstarts`
51
+
- Go: `make test_go_quickstarts`
52
+
- Java: `make test_java_quickstarts`
53
+
- JS: `make test_javascript_quickstarts`
54
+
- C#: `make test_csharp_quickstarts`
55
+
- All quickstarts: `make test_all_quickstarts`
56
+
57
+
### Validating a single quickstart
58
+
Navigate to the quickstart directory and run `make validate`.
59
+
60
+
```sh
61
+
cd conversation/python/sdk
62
+
make validate
63
+
```
64
+
41
65
## Code of Conduct
42
66
43
67
Please refer to our [Dapr Community Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md)
0 commit comments