From 7bf2053e0fa98b3c832766096b1f821215231128 Mon Sep 17 00:00:00 2001 From: houseme Date: Tue, 26 Sep 2023 13:15:35 +0800 Subject: [PATCH] feat: remove redis relation in the action config --- .github/workflows/go.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 83a2b2e..ff23cfd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,11 +29,6 @@ jobs: name: Test runs-on: ubuntu-latest services: - redis: - image: redis - ports: - - 6379:6379 - options: --entrypoint redis-server memcached: image: memcached ports: