mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 09:12:57 +01:00
start redis in coverage job
This commit is contained in:
parent
8bf2ae711a
commit
64acd3229f
8
.github/workflows/coverage.yml
vendored
8
.github/workflows/coverage.yml
vendored
@ -7,6 +7,14 @@ on:
|
||||
jobs:
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: redis:5.0.7
|
||||
ports:
|
||||
- 6379:6379
|
||||
options: --entrypoint redis-server
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user