Skip to content

Commit 81d9f9d

Browse files
committed
updated readme to include testcontainers tests
1 parent 616ded5 commit 81d9f9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Prerequisites:
3939
* [SignalsQueries](src/SignalsQueries) - A loyalty program using Signals and Queries.
4040
* [StandaloneActivity](src/StandaloneActivity) - Execute activities directly from a client, without a workflow.
4141
* [SleepForDays](src/SleepForDays/) - Use a timer to send an email every 30 days.
42+
* [Testcontainers](src/Testcontainers) - Integration test workflows against Temporal and PostgreSQL containers using Testcontainers.
4243
* [Timer](src/Timer) - Use a timer to implement a monthly subscription; handle workflow cancellation.
4344
* [UpdatableTimer](src/UpdatableTimer) - A timer that can be updated while sleeping.
4445
* [UpdateWithStartEarlyReturn](src/UpdateWithStartEarlyReturn) - Use update with start to get an early return, letting the rest of the workflow complete in the background.

0 commit comments

Comments
 (0)