From a137f8a434ed185dd7692ff93664979ca24274d1 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 20 Dec 2021 22:27:35 -0500 Subject: [PATCH] Add redis to ci name --- .github/workflows/{postgres-ci.yml => postgres-redis-ci.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{postgres-ci.yml => postgres-redis-ci.yml} (87%) diff --git a/.github/workflows/postgres-ci.yml b/.github/workflows/postgres-redis-ci.yml similarity index 87% rename from .github/workflows/postgres-ci.yml rename to .github/workflows/postgres-redis-ci.yml index e0f1519..28a19f2 100644 --- a/.github/workflows/postgres-ci.yml +++ b/.github/workflows/postgres-redis-ci.yml @@ -1,10 +1,10 @@ -name: PostgreSQL CI +name: PostgreSQL + Redis CI on: [push, pull_request] jobs: build: - name: Run Tests with PostgreSQL + name: Run Tests with PostgreSQL and Redis runs-on: ubuntu-latest steps: