forked from AkkomaGang/akkoma
Improve CI cache
This commit is contained in:
parent
443d59baa0
commit
f685351c1e
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ cache:
|
|||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- deps
|
||||
- _build
|
||||
stages:
|
||||
- lint
|
||||
- test
|
||||
|
@ -23,6 +24,7 @@ before_script:
|
|||
- mix deps.get
|
||||
- MIX_ENV=test mix ecto.create
|
||||
- MIX_ENV=test mix ecto.migrate
|
||||
- mix compile --force
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
|
|
Loading…
Reference in a new issue