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:
Paul Yuknewicz 2024-02-09 08:18:43 -08:00
parent 22f33f4cdf
commit ebbbf33041
1 changed files with 2 additions and 1 deletions

View File

@ -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 -->