Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Oct 28, 2024
1 parent 01fa834 commit 014f0b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mobsf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,17 @@ jobs:
poetry run python manage.py makemigrations StaticAnalyzer
poetry run python manage.py migrate
poetry run python manage.py create_roles
poetry run python mobsf/MobSF/tools_download.py ~/.MobSF
- name: Windows debug
if: startsWith(matrix.os, 'windows')
run: |
poetry run python mobsf/MobSF/tools_download.py "%USERPROFILE%\.MobSF"
set JAVA_HOME=%JAVA_HOME_21_X64%
set PATH=%JAVA_HOME%\bin;%PATH%
echo JAVA_HOME is set to %JAVA_HOME%
echo PATH is updated with JAVA_HOME\bin
java -version
~/.MobSF/tools/jadx/jadx-1.5.0/bin/jadx.bat
"%USERPROFILE%\.MobSF\tools\jadx\jadx-1.5.0\bin\jadx.bat"
- name: Unit Tests on Ubuntu, macOS and Windows
run: |
Expand Down

0 comments on commit 014f0b9

Please sign in to comment.