mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08: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:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: elixir:1.9.4
|
||||
image: elixir:1.10.3
|
||||
services:
|
||||
db:
|
||||
image: postgres:latest
|
||||
|
@ -20,6 +20,9 @@ jobs:
|
|||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
redis:
|
||||
image: redis:5.0.9
|
||||
ports: ['6379:6379']
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Ubuntu Dependencies
|
||||
|
|
Loading…
Reference in a new issue