Skip to content

Commit

Permalink
working on GHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Jul 8, 2024
1 parent 515a610 commit e6ef394
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- elixir: 1.17.0
otp: 27
os: ubuntu-latest
warnings_as_errors: true
- elixir: 1.17.1
otp: 27
os: ubuntu-latest
Expand All @@ -46,17 +45,18 @@ jobs:
_build
key: ${{ matrix.otp }}-${{ matrix.elixir }}-build
- run: mix format --check-formatted
if: matrix.warnings_as_errors
env:
CC: gcc-10
CXX: g++-10
- run: mix compile --warnings-as-errors
if: matrix.warnings_as_errors
- run: mix compile
env:
CC: gcc-10
CXX: g++-10
- run: mix compile --force --warnings-as-errors
env:
CC: gcc-10
CXX: g++-10
- run: mix test --warnings-as-errors
if: matrix.warnings_as_errors
env:
CC: gcc-10
CXX: g++-10
Expand Down

0 comments on commit e6ef394

Please sign in to comment.