Skip to content

Commit

Permalink
Renaming in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Otilibili committed May 27, 2024
1 parent d6315a9 commit 2636b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: EUnit
name: Integration tests

on:
pull_request:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
name: OTP ${{ matrix.otp_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
container:
image: erlang:${{matrix.otp_version}}
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Compile
run: rebar3 compile
- name: Dialyze
- name: Dialyzer
run: rebar3 as test dialyzer
- name: EUnit tests
- name: EUnit
run: TERM=xterm rebar3 eunit

0 comments on commit 2636b5e

Please sign in to comment.