silenceper 6 лет назад
Родитель
Сommit
b147370c1d
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      .github/workflows/go.yml

+ 6 - 1
.github/workflows/go.yml

@@ -7,10 +7,15 @@ on:
     branches: [ master,release-* ]
 
 jobs:
-
   build:
     name: Build
     runs-on: ubuntu-latest
+    services:
+      redis:
+        image: redis
+        ports:
+        - 6379:6379 
+        options: --entrypoint redis-server
     steps:
 
       - name: Set up Go 1.x