Преглед изворни кода

add workflow:memcached service

silenceper пре 6 година
родитељ
комит
d91d1dd630
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      .github/workflows/go.yml

+ 4 - 0
.github/workflows/go.yml

@@ -16,6 +16,10 @@ jobs:
         ports:
         ports:
         - 6379:6379 
         - 6379:6379 
         options: --entrypoint redis-server
         options: --entrypoint redis-server
+      memcached:
+        image: memcached
+        ports:
+          - 11211:11211
     steps:
     steps:
 
 
       - name: Set up Go 1.x
       - name: Set up Go 1.x