From 3f3d9de6f72d70d893983a29c981dd502a90634c Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Wed, 13 Nov 2024 13:47:01 +0100 Subject: [PATCH] change file from where imagej is called in headless mode --- .github/workflows/integration_test.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 42cb369b..f73c085d 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -27,11 +27,11 @@ jobs: - name: macos-arm64 os: macos-14 url_file_name: fiji-macosx.zip - fiji_executable: ImageJ-macosx + fiji_executable: Contents/MacOS/ImageJ-macosx - name: macos-x86_64 os: macos-13 url_file_name: fiji-macosx.zip - fiji_executable: ImageJ-macosx + fiji_executable: Contents/MacOS/ImageJ-macosx runs-on: ${{ matrix.os }} steps: @@ -81,10 +81,6 @@ jobs: curl -L --output-dir fiji/Fiji.app/jars/ -O "https://maven.scijava.org/content/groups/public/io/bioimage/dl-modelrunner/0.5.10-SNAPSHOT/dl-modelrunner-0.5.10-20241112.235152-66.jar" curl -L --output-dir fiji/Fiji.app/jars/ -O "https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar" - - name: see contents - shell: bash - run: ls fiji/Fiji.app - - name: Set up engine using Jython script and Fiji headless shell: bash run: |