Skip to content

Commit

Permalink
Test variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 204661e commit f01a410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f01a410

Please sign in to comment.