Skip to content
Snippets Groups Projects
Commit f685351c authored by Rin Toshaka's avatar Rin Toshaka
Browse files

Improve CI cache

parent 443d59ba
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment