Compare commits
1 Commits
87a2430afa
...
47befcf51a
Author | SHA1 | Date | |
---|---|---|---|
47befcf51a |
@ -37,7 +37,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'elixir:1.14.4'
|
||||
image: 'elixir:1.14.5'
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: db
|
||||
@ -48,7 +48,7 @@ steps:
|
||||
- make test
|
||||
|
||||
- name: lint
|
||||
image: 'elixir:1.14.4'
|
||||
image: 'elixir:1.14.5'
|
||||
commands:
|
||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||
- make static_code_analysis
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- 'db_data:/var/lib/postgresql/data'
|
||||
restart: unless-stopped
|
||||
app:
|
||||
image: 'elixir:1.14.4'
|
||||
image: 'elixir:1.14.5'
|
||||
hostname: app
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
x
Reference in New Issue
Block a user