Skip to content

Commit

Permalink
fix: ci setup redis
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Dec 11, 2019
1 parent d2fc979 commit cc9fd91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
matrix:
node-version: [12.x]
steps:
- name: setup redis
uses: zhulik/[email protected]
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: set node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit cc9fd91

Please sign in to comment.