From a9058b6db0daa3863cea3d226784669b38b5c735 Mon Sep 17 00:00:00 2001 From: colton-gabertan Date: Thu, 29 Jun 2023 22:01:04 -0700 Subject: [PATCH] fix relative test data path --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6b88fd60..49fdfdc86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -195,6 +195,6 @@ jobs: python scripts/cache-ruleset.py rules/ cache/ - name: Run tests run: | # runs main.py for now... - .github/ghidra/ghidra_${{ matrix.ghidra-version }}_PUBLIC/support/analyzeHeadless .github/ghidra/project ghidra_test -Import /tests/data/'Practical Malware Analysis Lab 01-01.dll_' + .github/ghidra/ghidra_${{ matrix.ghidra-version }}_PUBLIC/support/analyzeHeadless .github/ghidra/project ghidra_test -Import ./tests/data/'Practical Malware Analysis Lab 01-01.dll_' .github/ghidra/ghidra_${{ matrix.ghidra-version }}_PUBLIC/support/analyzeHeadless .github/ghidra/project ghidra_test -process 'Practical Malware Analysis Lab 01-01.dll_' -ScriptPath ./capa -PostScript main.py