mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
coverage workflow: launch redis
This commit is contained in:
parent
f5624947b9
commit
086dd85a83
1 changed files with 3 additions and 0 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue