1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-14 17:52:27 +08:00

Update go.yml

This commit is contained in:
silenceper
2020-05-23 11:42:30 +08:00
committed by GitHub
parent 293d47c6fb
commit b147370c1d

View File

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