Skip to content

Commit

Permalink
print all engines
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 4, 2024
1 parent 1eba262 commit dbb7537
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ jobs:
run: |
fiji/Fiji.app/${{ matrix.fiji_executable }} --headless --console scripts/download_engines.py -engines_path fiji/Fiji.app/engines
- name: Check files in the engines
shell: bash
run: |
DIR_OF_INTEREST="fiji/Fiji.app/engines"
for dir in "$DIR_OF_INTEREST"/*/; do
echo "Directory: $dir"
find "$dir" -type f -exec echo " File: {}" \;
done
- name: Set up the wanted models to test and create macro
shell: bash
run: |
Expand Down

0 comments on commit dbb7537

Please sign in to comment.