forked from AkkomaGang/akkoma
Add dependency caching
This commit is contained in:
parent
73101c1fc1
commit
2a58f5dcaa
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ variables:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
DB_HOST: postgres
|
DB_HOST: postgres
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- deps
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Reference in a new issue