mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Test variables
This commit is contained in:
parent
204661e286
commit
f01a410cd5
5
.github/workflows/install.yml
vendored
5
.github/workflows/install.yml
vendored
@ -40,6 +40,11 @@ jobs:
|
|||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
options: --privileged --mount type=bind,source=/,target=/host --pid=host --entrypoint /bin/bash
|
options: --privileged --mount type=bind,source=/,target=/host --pid=host --entrypoint /bin/bash
|
||||||
steps:
|
steps:
|
||||||
|
- name: Echo Variables
|
||||||
|
run: |
|
||||||
|
echo ${{ matrix.name }}
|
||||||
|
echo ${{ matrix.os }}
|
||||||
|
echo ${{ matrix.image }}
|
||||||
- name: Install Dependencies for Red Hat
|
- name: Install Dependencies for Red Hat
|
||||||
if: ${{ matrix.image != null }}
|
if: ${{ matrix.image != null }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user