try this
All checks were successful
CI/CD Pipeline / build (push) Successful in 33s

This commit is contained in:
2026-03-03 15:47:19 -07:00
parent f0edbd0cf4
commit 1d4585c6d0

View File

@@ -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