chore: Experiment with cache job

This commit is contained in:
Robert Prehn 2023-08-10 11:02:13 +00:00
parent 9c6888b694
commit 03e200a3b1
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ defmodule MashConfig do
},
%{
name: :compile_dev,
needs: [:restore_cache],
run: mix("compile", [], env: [{"MIX_ENV", "dev"}])
},
%{