aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/unix-ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/unix-ci.yaml')
-rw-r--r--.github/workflows/unix-ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml
index 2ac7133..5e2de38 100644
--- a/.github/workflows/unix-ci.yaml
+++ b/.github/workflows/unix-ci.yaml
@@ -47,7 +47,7 @@ jobs:
run: make -k ci-prepare CI_OTP=${{ inputs.erlang }}
test:
- name: Run tests using ${{ inputs.erlang }}
+ name: Run tests using ${{ inputs.erlang }} on ${{ inputs.os }}
needs: build-erlang
runs-on: ${{ inputs.os }}
steps:
@@ -80,7 +80,7 @@ jobs:
!logs/**/log_private
dialyze:
- name: Run Dialyzer
+ name: Run Dialyzer using ${{ inputs.erlang }}
needs: build-erlang
runs-on: ${{ inputs.os }}
if: inputs.erlang == inputs.latest && inputs.os == 'ubuntu-latest'