From 2844c3b1be1da939de7195ba737054e1dd293901 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sun, 27 Oct 2024 23:24:42 -0700 Subject: [PATCH] . --- .github/workflows/mobsf-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobsf-test.yml b/.github/workflows/mobsf-test.yml index e495b6956..a0fb4db17 100644 --- a/.github/workflows/mobsf-test.yml +++ b/.github/workflows/mobsf-test.yml @@ -65,8 +65,8 @@ jobs: poetry run python manage.py migrate poetry run python manage.py create_roles poetry run python mobsf/MobSF/tools_download.py ~/.MobSF - ls -al ~/.MobSF || dir /a:hd ~/.MobSF - ~/.MobSF/tools/jadx/jadx-1.5.0/bin/jadx || ~/.MobSF/tools/jadx/jadx-1.5.0/bin/jadx.bat + dir /a:hd ~/.MobSF + ~/.MobSF/tools/jadx/jadx-1.5.0/bin/jadx.bat - name: Unit Tests on Ubuntu, macOS and Windows run: |