Skip to content

Commit

Permalink
more ci adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Mar 27, 2022
1 parent 2ad2b2d commit 22be26d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
name: Elixir ${{ matrix.pair.elixir }} / OTP ${{ matrix.pair.otp }}

strategy:
fail-fast: false
matrix:
include:
- pair:
elixir: 1.12.3
otp: 24.1.1
lint: lint
elixir: [1.12.3]
otp: [24.0.6]

steps:
- uses: actions/checkout@v2
Expand All @@ -41,15 +37,12 @@ jobs:
run: mix deps.get

- run: mix format --check-formatted
if: ${{ matrix.lint }}

- run: mix deps.unlock --check-unused
if: ${{ matrix.lint }}

- run: HUMAN_NAME_BUILD=1 mix deps.compile

- run: HUMAN_NAME_BUILD=1 mix compile --warnings-as-errors
if: ${{ matrix.lint }}

- name: Run Tests
run: HUMAN_NAME_BUILD=1 mix coveralls.github
Expand Down

0 comments on commit 22be26d

Please sign in to comment.