mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix ci
This commit is contained in:
parent
cc4103fcea
commit
4802cf97bb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/elixir.yml
vendored
5
.github/workflows/elixir.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: elixir:1.9.4
|
image: elixir:1.10.3
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
|
@ -20,6 +20,9 @@ jobs:
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
|
redis:
|
||||||
|
image: redis:5.0.9
|
||||||
|
ports: ['6379:6379']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Ubuntu Dependencies
|
- name: Install Ubuntu Dependencies
|
||||||
|
|
Loading…
Reference in a new issue