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: