From 6ebe189a8f0019132710b40aef40d3174ef2f214 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 21 Aug 2024 12:52:05 -0500 Subject: [PATCH] Removed Redis from GHA --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a7cdc4..a96319eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,6 @@ jobs: java-version: 22 - name: Coursier cache uses: coursier/cache-action@v6 - - name: Start Redis - uses: supercharge/redis-github-action@1.8.0 - with: - redis-version: 7 - name: Build and test run: | # sbt -v -Dfile.encoding=UTF-8 +test