mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +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 }}
|
||||
options: --privileged --mount type=bind,source=/,target=/host --pid=host --entrypoint /bin/bash
|
||||
steps:
|
||||
- name: Echo Variables
|
||||
run: |
|
||||
echo ${{ matrix.name }}
|
||||
echo ${{ matrix.os }}
|
||||
echo ${{ matrix.image }}
|
||||
- name: Install Dependencies for Red Hat
|
||||
if: ${{ matrix.image != null }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user