Add runtime outputs to workflow file
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
3
dist/.github/workflows/test.yml
vendored
3
dist/.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user