Closed slashmili closed 1 year ago
With this PR, we run integration tests on CI. I've used Earthly as was purposed in #61.
This PR closes #61
Currently the GitHub Action tests runs on Elixir 1.7.4 but I couldn't make the docker-compose work on 1.7.4-erlang-21.3.8.17-alpine-3.12.0 therefor I've skipped running the integration tests on this older version.
1.7.4
Instead I only configured to run the integration tests on Elixir 1.11.3 and 1.14.3. currently the
1.11.3
1.14.3
Just for the record the main tests are failing because Githb Action runner ubuntu-18.04 is not available anymore
ubuntu-18.04
A PR to update the current runners will be very welcome as well!
With this PR, we run integration tests on CI. I've used Earthly as was purposed in #61.
This PR closes #61
Currently the GitHub Action tests runs on Elixir
1.7.4
but I couldn't make the docker-compose work on 1.7.4-erlang-21.3.8.17-alpine-3.12.0 therefor I've skipped running the integration tests on this older version.Instead I only configured to run the integration tests on Elixir
1.11.3
and1.14.3
. currently the