test: image: "elixir:1.14.4" cache: paths: - .mash-cache.tar.gz script: - if [ -e ".mash-cache.tar.gz" ]; then tar -xzf .mash-cache.tar.gz --atime-preserve; fi - mix local.hex --force - mix local.rebar --force - mix deps.get - mix mash