fix: Speed up CI builds with more caches
This commit is contained in:
parent
7bdbbefdf2
commit
d73226892a
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ cache:
|
|||
paths:
|
||||
- _build/
|
||||
- deps/
|
||||
- node_modules/
|
||||
- apps/app/assets/node_modules/
|
||||
|
||||
variables:
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
@ -19,7 +21,7 @@ variables:
|
|||
test:
|
||||
stage: test
|
||||
needs: []
|
||||
image: "elixir:1.10"
|
||||
image: "elixir:1.11.3-alpine"
|
||||
services:
|
||||
- name: postgres:12
|
||||
script: script/cibuild
|
||||
|
|
Loading…
Reference in a new issue