diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1bc1a..00c7100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,14 @@ jobs: fail-fast: false matrix: otp: ["erlang@24", "erlang"] - steps: - - uses: actions/checkout@v4 - - name: Install Erlang and Elixir with Homebrew - run: | - brew install ${{ matrix.otp }} - mix local.hex --force - - run: mix format --check-formatted - - run: mix test + steps: + - uses: actions/checkout@v4 + - name: Install Erlang and Elixir with Homebrew + run: | + brew install ${{ matrix.otp }} + mix local.hex --force + - run: mix format --check-formatted + - run: mix test test_ubuntu: name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (Ubuntu) runs-on: ubuntu_latest