mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
add workflow:memcached service
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -16,6 +16,10 @@ jobs:
|
||||
ports:
|
||||
- 6379:6379
|
||||
options: --entrypoint redis-server
|
||||
memcached:
|
||||
image: memcached
|
||||
ports:
|
||||
- 11211:11211
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.x
|
||||
|
||||
Reference in New Issue
Block a user