coverage workflow: launch redis

This commit is contained in:
realaravinth
2021-06-11 19:32:36 +05:30
parent f5624947b9
commit 086dd85a83

View File

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