You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 85e69e8, when running the specs in the CI, we've seen a message like this one:
Run docker compose run --rm -e MIX_ENV=test app mix do compile --warnings-as-errors, ecto.create, ecto.load, test
docker compose run --rm -e MIX_ENV=test app mix do compile --warnings-as-errors, ecto.create, ecto.load, test
docker compose run --rm webpack yarn test
docker compose run --rm webpack yarn webpack
docker compose run --rm webpack yarn flow check
docker compose run --rm webpack yarn eslint
shell: /usr/bin/bash -e {0}
Container surveda-db-1 Running
Compiling 207 files (.ex)
Error: 06:33:52.285 [error] Elixir.Ask.Swoosh.Adapters.Test does not exist
Generated ask app
The database for Ask.Repo has been created
06:33:59.595 [debug] QUERY OK db=0.4ms decode=1.2ms queue=1.9ms idle=0.0ms
SELECT true FROM information_schema.tables WHERE table_name = ? AND table_schema = DATABASE() LIMIT 1 ["schema_migrations"]
The structure for Ask.Repo has been loaded from /app/priv/repo/structure.sql
06:34:00.450 [info] Migrations already up
[ ... ]
The error seems to be a bug in Swoosh, fixed in 1.11.4 (see swoosh/swoosh#792).
The text was updated successfully, but these errors were encountered:
As of 85e69e8, when running the specs in the CI, we've seen a message like this one:
The error seems to be a bug in Swoosh, fixed in 1.11.4 (see swoosh/swoosh#792).
The text was updated successfully, but these errors were encountered: