fix: Add git to test builders
This commit is contained in:
parent
87fddcf89b
commit
344465d0a4
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,9 @@ variables:
|
|||
- deps/
|
||||
services:
|
||||
- name: postgres:12
|
||||
script: script/cibuild
|
||||
script:
|
||||
- apk add git
|
||||
- script/cibuild
|
||||
|
||||
test_1.10.4:
|
||||
<<: *test_template
|
||||
|
@ -38,6 +40,7 @@ test:
|
|||
<<: *test_template
|
||||
image: "elixir:1.12.1-alpine"
|
||||
script:
|
||||
- apk add git
|
||||
- script/cibuild covered
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -52,6 +55,7 @@ credo:
|
|||
- _build/
|
||||
- deps/
|
||||
script:
|
||||
- apk add git
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix deps.get
|
||||
|
|
Loading…
Reference in a new issue