File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 - run : mix deps.get
9797
9898 # The adapter is chosen at compile time (config/config.exs); this proves the build
99- # under TRINITY_DB=postgres links the Postgres adapter and nothing SQLite.
99+ # under TRINITY_DB=postgres links the Postgres adapter and nothing SQLite. `--no-start`
100+ # since slice 050: the check needs the compiled module, not a booted application, and
101+ # Oban refuses to start before its table is migrated (run 35711666503, this step booted
102+ # the application before `ecto.reset`).
100103 - name : The compiled adapter is Postgres
101- run : mix run -e 'Ecto.Adapters.Postgres = Trinity.Repo.__adapter__()'
104+ run : mix run --no-start - e 'Ecto.Adapters.Postgres = Trinity.Repo.__adapter__()'
102105
103106 - run : mix ecto.reset
104107 - run : mix test --exclude sqlite
You can’t perform that action at this time.
0 commit comments