Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguue authored Nov 12, 2023
1 parent 8f7abee commit 406e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Test
run: |
mkdir -p project
$HOME/ghidra/${{ matrix.ghidra-folder }}/support/analyzeHeadless project TestProject -deleteProject -preScript examples/test.js -import examples/exe/yes | tee output.txt
$HOME/ghidra/${{ matrix.ghidra-folder }}/support/analyzeHeadless project TestProject -deleteProject -preScript examples/test.js -import examples/exe/yes | tee output.txt || echo [!] non-zero exit status
isOk=$(cat output.txt | grep "[*] ok")
echo isOk: $isOk
cat output.txt
Expand Down

0 comments on commit 406e5ab

Please sign in to comment.