Skip to content

Commit

Permalink
chore: set release version to 0.1.0 (#27)
Browse files Browse the repository at this point in the history
Trivial commit to also set the release version. We modify the headers
of the CONTRIBUTING and set the release version below.

Release-As: 0.1.0
  • Loading branch information
malandis authored Oct 25, 2024
1 parent c0a4bea commit 4462c3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Pre-requisites
# Pre-requisites

Before running the integration tests, ensure that the Momento API Key is available in your environment. If you don't
have one, you can get it from the [Momento Console](https://console.gomomento.com). Add the following environment variables:
Expand All @@ -11,11 +11,11 @@ export REDIS_PORT=<REDIS_PORT> # Redis port, default is 6379
export TEST_CACHE_NAME="test-cache" # Cache name
```

## Installation
# Installation

To set up the integration tests, you'll need two Docker containers: one for running Redis and the other for running the integration tests.

### Step 1: Set Up a Redis Docker Container
## Step 1: Set Up a Redis Docker Container

- Run the following command to start a Redis container:

Expand All @@ -31,7 +31,7 @@ docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' my-r

- Update the `REDIS_HOST` field in your `.env` file with the Redis container's IP address.

### Step 2: Build and Run the Integration Test Docker Container
## Step 2: Build and Run the Integration Test Docker Container

- Build the Docker image for running the integration tests using the provided script:

Expand Down

0 comments on commit 4462c3d

Please sign in to comment.