Skip to content

Commit

Permalink
Only run formatting on newer releases
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Oct 13, 2024
1 parent 66d9eda commit d5bd415
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
include:
- elixir: 1.17.x
otp: 27
- elixir: 1.16.x
otp: 26
- elixir: 1.15.x
otp: 26
- elixir: 1.14.x
otp: 26
- elixir: 1.13.x
# - elixir: 1.16.x
# otp: 26
# - elixir: 1.15.x
# otp: 26
# - elixir: 1.14.x
# otp: 26
# check_formatted: false
# - elixir: 1.13.x
otp: 25
check_formatted: false

services:
postgres:
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
- name: Install dependencies
run: mix deps.get

- name: Check formatting
- if: ${{ matrix.check_formatted != false }}
run: mix format --check-formatted

- name: Setup EventStore test databases
Expand Down

0 comments on commit d5bd415

Please sign in to comment.