Skip to content

Commit

Permalink
ci: add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowgate15 committed Dec 10, 2021
1 parent e1f5edd commit fc0c86f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,16 @@ jobs:
- name: Install yarn
run: npm install -g yarn

- name: Setup redis
uses: zhulik/redis-action@1.1.0

- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run tests
run: yarn test-coverage
env:
API_HOST: 0.0.0.0

- name: Uninstall yarn
if: always()
Expand Down

0 comments on commit fc0c86f

Please sign in to comment.