Add runtime outputs to workflow file

This commit is contained in:
Jonathan Clem
2020-08-05 10:55:56 -04:00
parent 9b45d1796c
commit 60977d4297
2 changed files with 6 additions and 0 deletions

View File

@@ -28,10 +28,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use actions/setup-elixir
id: setup-elixir
uses: ./
with:
otp-version: ${{matrix.pair.otp-version}}
elixir-version: ${{matrix.pair.elixir-version}}
- name: Output runtime versions
run: echo "Elixir ${{steps.setup-elixir.outputs.elixir-version}} / OTP ${{steps.setup-elixir.outputs.otp-version}}"
- name: Run Mix project tests
run: |-
cd test-project