Page MenuHomePhorge

No OneTemporary

Size
757 B
Referenced Files
None
Subscribers
None
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 154bc758b..7c240d9f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,34 +1,36 @@
image: elixir:1.7.2
services:
- postgres:9.6.2
variables:
POSTGRES_DB: pleroma_test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
+
cache:
+ key: ${CI_COMMIT_REF_SLUG}
paths:
- deps
- _build
stages:
- lint
- test
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- MIX_ENV=test mix ecto.create
- MIX_ENV=test mix ecto.migrate
lint:
stage: lint
script:
- MIX_ENV=test mix format --check-formatted
unit-testing:
stage: test
script:
- MIX_ENV=test mix test --trace

File Metadata

Mime Type
text/x-diff
Expires
Sat, Sep 19, 2:02 AM (12 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1768626
Default Alt Text
(757 B)

Event Timeline