Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 1 addition & 7 deletions integration_test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading