mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
debug
This commit is contained in:
parent
15b436cb1b
commit
7c734003d7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
|
@ -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" ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue