Skip to content

Commit

Permalink
chore: Update Elixir workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lud committed Jan 31, 2025
1 parent ce6c752 commit 63f578b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Elixir Checks

on:
push:
branches:
- main
- feat/**
- f/**
- chore/**
- fix/**
- ci/**
pull_request:
branches:
- main
Expand All @@ -29,11 +22,10 @@ jobs:

strategy:
matrix:
elixir: [1.17.3, 1.16.3]
otp: [27.1.2, 26.2.5.5]
exclude:
- elixir: 1.16.3
otp: 27.1.2
elixir: ["1.18.1","1.17.3"]
otp: ["27.1.2","26.2.5.5"]
exclude: []


name: "Test ${{matrix.elixir}}-otp-${{matrix.otp}}"

Expand Down Expand Up @@ -85,7 +77,7 @@ jobs:
# specific directory from the cache. So we always want to compile all the
# code. We will also `mix clean` at the end.
- name: Compile Project
run: mix compile --force
run: mix compile --force --warnings-as-errors

- name: Run Tests
run: mix test
Expand Down

0 comments on commit 63f578b

Please sign in to comment.