mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +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:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
# node-version: [10.x, 12.x, 14.x]
|
||||
redis-version: [6]
|
||||
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user