Skip to content

Commit

Permalink
Will it blend?
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Sep 23, 2024
1 parent f657de0 commit 7ed6d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
ci:
name: Erlang ${{matrix.otp-version}} / Elixir ${{matrix.elixir-version}}
name: OTP ${{ matrix.otp-version }} / Elixir ${{ matrix.elixir-version }}
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- run: make dependencies
- run: make lint
- run: make test
- run: mix coveralls.github
- run: mix coveralls.github --parallel --flagname otp-${{ matrix.otp-version }}-elixir-${{ matrix.elixir-version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: mix hex.publish --dry-run
Expand Down

0 comments on commit 7ed6d8e

Please sign in to comment.