mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
github action: install redis
This commit is contained in:
parent
64e13c586a
commit
027b5724a0
11
.github/workflows/go.yml
vendored
11
.github/workflows/go.yml
vendored
|
@ -10,9 +10,20 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
# node-version: [10.x, 12.x, 14.x]
|
||||||
|
redis-version: [6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Start Redis
|
||||||
|
uses: supercharge/redis-github-action@1.2.0
|
||||||
|
with:
|
||||||
|
redis-version: ${{ matrix.redis-version }}
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user