Skip to content

Commit

Permalink
CI: Fix step name, remove obsolete step reference
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 19, 2025
1 parent 4478200 commit 78f7a9a
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 @@ -107,7 +107,7 @@ jobs:
~/.cache/rebar3/
key: ${{matrix.otp}}-${{hashFiles('rebar.config')}}

- name: Get compatible Rebar binaries
- name: Get old eredis for old Erlang
if: matrix.otp < 21
run: ./rebar3 unlock eredis

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
./rebar3 cover
- name: Check results
if: always() && (steps.ct.outcome != 'skipped' || steps.ct2.outcome != 'skipped')
if: always() && (steps.ct.outcome != 'skipped')
id: ctresults
run: |
[[ -d _build ]] && ln -s _build/test/logs/last/ logs || true
Expand Down

0 comments on commit 78f7a9a

Please sign in to comment.