mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22: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:
|
jobs:
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
services:
|
||||||
|
redis:
|
||||||
|
image: redis:5.0.7
|
||||||
|
ports:
|
||||||
|
- 6379:6379
|
||||||
|
options: --entrypoint redis-server
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user