From f01a410cd50b89d97d4ea865b5ed89a14d9d490d Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 14 Oct 2024 23:37:18 -0700 Subject: [PATCH] Test variables --- .github/workflows/install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index e23e35d0a..a149c9750 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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: |