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