Skip to content

Commit

Permalink
YAML 🥴
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Aug 5, 2024
1 parent 540b967 commit 0a42b83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a42b83

Please sign in to comment.