[Dev] Fix CI caching (#325)

* Consolidated dockerfile commands

* Added teardown step

* FIxed typo

* Got rid of old caching action

* Added buildx

* Added steps for compiling test ENV to dockerfile

* Changed the order of things

* Added env vars

* more env vars

* Removed step

* No compile flag

* fetch quest

* Removed other thing

* volumes

* Rolling back some other changes

* more consolidation

* updated checkout runner
This commit is contained in:
Kieran
2024-07-17 14:21:01 -07:00
committed by GitHub
parent 029981b7ee
commit 8dd8e49051
3 changed files with 43 additions and 39 deletions
+3
View File
@@ -7,6 +7,9 @@ services:
- MIX_ENV=test
volumes:
- '.:/app'
# These lines ensure the deps can be saved as build artifacts for caching
- '/app/deps'
- '/app/_build'
ports:
- '4008:4008'
command: tail -F /dev/null