From 2962d8dec8152a294877dc7f5e4d52c41f652b1e Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Sat, 23 Nov 2024 01:14:27 +0100 Subject: [PATCH] debug mode --- .github/workflows/macos_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index 3ce0d44e..10867b42 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -101,7 +101,7 @@ jobs: - name: Run macros shell: bash run: | - fiji/Fiji.app/${{ matrix.fiji_executable }} --headless --console --debug -macro test.ijm + fiji/Fiji.app/${{ matrix.fiji_executable }} --headless --debug --console --debug -macro test.ijm - name: Convert to npy shell: bash