This commit is contained in:
Mayel de Borniol 2024-02-20 19:42:56 +00:00
parent ac9fb7cc2d
commit 611677f3d6
3 changed files with 6 additions and 2 deletions

View file

@ -66,7 +66,9 @@ jobs:
- name: Install rebar
run: mix local.rebar --force
- name: Prepare environment
run: just config && just setup-dev
run: just config
- name: Set up deps
run: just setup-dev
- name: Run tests
run: just test
- name: Check database down migrations

View file

@ -1,3 +1,6 @@
# needed here for CI
floki = "~> 0.33"
phoenix = "~> 1.7.0"
# Data Schemas
# bonfire_data_access_control = "~> 0.1"

View file

@ -17,7 +17,6 @@ defmodule Bonfire.Umbrella.MixProject do
@extra_deps [
# {:bonfire, git: "https://github.com/bonfire-networks/bonfire_spark"}, # putting it here breaks Dockerfile.release
{:floki, "~> 0.33", override: true}, # needed here for CI
# compilation
# {:tria, github: "hissssst/tria"},