Compare commits
1 Commits
afc73e445d
...
4bfaa3fa5d
Author | SHA1 | Date | |
---|---|---|---|
4bfaa3fa5d |
@ -37,7 +37,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'elixir:1.15.6-slim'
|
||||
image: 'elixir:1.15.7-slim'
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: db
|
||||
@ -49,7 +49,7 @@ steps:
|
||||
- mix test --cover --trace --slowest 10
|
||||
|
||||
- name: lint
|
||||
image: 'elixir:1.15.6-slim'
|
||||
image: 'elixir:1.15.7-slim'
|
||||
commands:
|
||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||
- mix compile
|
||||
|
@ -1,2 +1,2 @@
|
||||
erlang 26.1.2
|
||||
elixir 1.15.6
|
||||
elixir 1.15.7
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
- 'db_data:/var/lib/postgresql/data'
|
||||
restart: unless-stopped
|
||||
app:
|
||||
image: 'elixir:1.15.6-slim'
|
||||
image: 'elixir:1.15.7-slim'
|
||||
hostname: app
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
x
Reference in New Issue
Block a user