mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Re-adding testing into the detection step.
This commit is contained in:
@@ -539,9 +539,8 @@ jobs:
|
||||
source venv/bin/activate
|
||||
pip install -q -r requirements.txt
|
||||
if [[ ! -z "${{ github.event.issue.pull_request }}" && ! -z "${{ github.event.issue.number }}" ]]; then
|
||||
#python3 main.py -b ${{ steps.vars.outputs.branch }} -pr ${{ github.event.issue.number }}
|
||||
echo "Did here"
|
||||
python3 main.py -b ${{ steps.vars.outputs.branch }} -pr ${{ github.event.issue.number }}
|
||||
|
||||
else
|
||||
#python3 main.py -b ${{ steps.vars.outputs.branch }}
|
||||
echo "did there"
|
||||
python3 main.py -b ${{ steps.vars.outputs.branch }}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user