소스 검색

feat: remove redis relation in the action config

houseme 2 년 전
부모
커밋
7bf2053e0f
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .github/workflows/go.yml

+ 0 - 5
.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: