improve CI configuration #16

Merged
joao.dubas merged 13 commits from jpd-improve-ci into main 2022-04-26 00:01:43 +00:00
2 changed files with 34 additions and 143 deletions
Showing only changes of commit d22d93ed6c - Show all commits

View File

@@ -22,7 +22,7 @@ steps:
settings:
archive_format: gzip
backend: filesystem
cache_key: volume
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
mount:
- _build
- deps
@@ -47,7 +47,7 @@ steps:
settings:
archive_format: gzip
backend: filesystem
cache_key: volume
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
mount:
- _build
- deps