From 4462c3d41290fe2440aacceb94f49f4234cebff6 Mon Sep 17 00:00:00 2001 From: Michael Landis Date: Fri, 25 Oct 2024 14:39:27 -0700 Subject: [PATCH] chore: set release version to 0.1.0 (#27) 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 --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5ff285..4941c3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: @@ -11,11 +11,11 @@ export 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: @@ -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: