diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae9a832ef2..6e8e6b5b36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: include: - elixir: "1.15.8" otp: "25.3.2.21" + installer: true - elixir: "1.18.4" otp: "27.3.4.13" diff --git a/integration_test/test.sh b/integration_test/test.sh index dbfa9fa42e..a588978fa0 100755 --- a/integration_test/test.sh +++ b/integration_test/test.sh @@ -11,13 +11,7 @@ socat TCP-LISTEN:5432,fork TCP-CONNECT:postgres:5432& socat TCP-LISTEN:3306,fork TCP-CONNECT:mysql:3306& socat TCP-LISTEN:1433,fork TCP-CONNECT:mssql:1433& -# Run installer tests -echo "Running installer tests" -cd installer -mix deps.get -mix test - echo "Running integration tests" -cd ../integration_test +cd integration_test mix deps.get mix test --include database