Skip to content

Commit

Permalink
Add the end-to-end-testing example to the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jan 24, 2024
1 parent 6230858 commit 466a32e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
typescript-ticket-reservation.zip
typescript-hello-world-lambda.zip
typescript-hello-world-lambda-cdk.zip
typescript-end-to-end-testing.zip
java-hello-world-http.zip
java-hello-world-lambda.zip
java-food-ordering.zip
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ wget https://github.com/restatedev/examples/releases/latest/download/kotlin-hell
wget https://github.com/restatedev/examples/releases/latest/download/typescript-payment-api.zip && unzip typescript-payment-api.zip -d typescript-payment-api && rm typescript-payment-api.zip
```

[End to End testing](typescript/end-to-end-testing): Example of how to test End to End Restate services
```shell
wget https://github.com/restatedev/examples/releases/latest/download/typescript-end-to-end-testing.zip && unzip typescript-end-to-end-testing.zip -d typescript-end-to-end-testing && rm typescript-end-to-end-testing.zip
```

## Applications

![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
Expand Down
1 change: 1 addition & 0 deletions scripts/prepare_release_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ create_release_zip kotlin hello-world-lambda-cdk

create_release_zip typescript hello-world-lambda
create_release_zip typescript hello-world-lambda-cdk
create_release_zip typescript end-to-end-testing
create_release_zip typescript ecommerce-store
create_release_zip typescript food-ordering
create_release_zip typescript payment-api
Expand Down

0 comments on commit 466a32e

Please sign in to comment.