Skip to content

Commit

Permalink
Updated README to be consistent with others
Browse files Browse the repository at this point in the history
  • Loading branch information
rross committed Aug 19, 2024
1 parent fc4fada commit c6f5e55
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/CounterInterceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ The sample demonstrates:
off of the [Java sample](https://github.com/temporalio/samples-java/tree/main) located [here](https://github.com/temporalio/samples-java/tree/main/core/src/main/java/io/temporal/samples/countinterceptor)
- the use of a Client Workflow Interceptor that counts the number of Workflow Executions and the number of Signals and Queries.

## Start local Temporal Server
```bash
# run only once
temporal server start-dev
```
To run, first see [README.md](https://github.com/temporalio/samples-dotnet/blob/main/README.md) for prerequisites

## Run Worker Locally
## Run Worker and Client
```bash
# make sure you have temporal server running (see section above)
# make sure you have temporal server running
dotnet run
```

## Run the tests
```bash
# cd ../../test
dotnet test
```

0 comments on commit c6f5e55

Please sign in to comment.