Skip to content

Commit

Permalink
Removing dapr stop from test workflow to fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
Paul Yuknewicz authored and Paul Yuknewicz committed Feb 9, 2024
1 parent 22f33f4 commit ebbbf33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion state_management/javascript/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

0 comments on commit ebbbf33

Please sign in to comment.