Skip to content

Commit cc9fd91

Browse files
committed
fix: ci setup redis
1 parent d2fc979 commit cc9fd91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
matrix:
1010
node-version: [12.x]
1111
steps:
12+
- name: setup redis
13+
uses: zhulik/redis-action@v1.0.0
1214
- uses: actions/checkout@v1
13-
- name: Use Node.js ${{ matrix.node-version }}
15+
- name: set node.js ${{ matrix.node-version }}
1416
uses: actions/setup-node@v1
1517
with:
1618
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)