1
0
mirror of https://github.com/openhwgroup/cvw synced 2025-02-11 06:05:49 +00:00

Test variables

This commit is contained in:
Jordan Carlin 2024-10-14 23:37:18 -07:00
parent 204661e286
commit f01a410cd5
No known key found for this signature in database

View File

@ -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: |