1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
This commit is contained in:
Jason N. 2024-03-04 17:56:43 -05:00
parent 15b436cb1b
commit 7c734003d7

View file

@ -133,6 +133,9 @@ jobs:
- name: Run ISO checks
run: |
set -ex
pwd
ls
for check in $(ls tests/iso)
do
if [[ -f $check && $check != "README.md" ]]