coverage workflow: launch redis

This commit is contained in:
realaravinth 2021-06-11 19:32:36 +05:30
parent f5624947b9
commit 086dd85a83
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -65,6 +65,9 @@ jobs:
profile: minimal
override: true
- name: run mcaptcha cache redis instance
run: docker run -d -p 6379:6379 mcaptcha/cache
- name: Run migrations
uses: actions-rs/cargo@v1
with: