From 0a42b838c2828f1176a9c9174160c8f41dd7836f Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Mon, 5 Aug 2024 09:36:42 -0400 Subject: [PATCH] =?UTF-8?q?YAML=20=F0=9F=A5=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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