diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82c333b..418425f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,10 @@ jobs: otp: 26 - elixir: 1.14.x otp: 26 + check_formatted: "ignore" - elixir: 1.13.x otp: 25 + check_formatted: "ignore" services: postgres: @@ -55,6 +57,7 @@ jobs: run: mix deps.get - name: Check formatting + if: ${{ matrix.check_formatted != 'ignore' }} run: mix format --check-formatted - name: Setup EventStore test databases