From 1d4585c6d0551d041929135cc497ee84e914582d Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 3 Mar 2026 15:47:19 -0700 Subject: [PATCH] try this --- .gitea/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index b9edfc0..a7dd4d8 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -23,7 +23,8 @@ jobs: run: | cd backend nix-shell -p elixir elixir-ls --run ' - MIX_ENV=test mix do deps.get, test + MIX_ENV=test mix deps.get --only test + MIX_ENV=test mix test ' - name: Build and push backend image