mirror of https://github.com/dapr/quickstarts.git
Removing dapr stop from test workflow to fix test
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
This commit is contained in:
parent
22f33f4cdf
commit
ebbbf33041
|
@ -88,10 +88,11 @@ sleep: 60
|
|||
```bash
|
||||
dapr run --app-id order-processor --resources-path ../../../resources/ -- npm start
|
||||
```
|
||||
<!-- END_STEP -->
|
||||
|
||||
2. Stop and cleanup the process
|
||||
|
||||
```bash
|
||||
dapr stop --app-id order-processor
|
||||
```
|
||||
<!-- END_STEP -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue