mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Hardcoding the branch to develop for CI testing.
This commit is contained in:
@@ -358,7 +358,8 @@ jobs:
|
||||
python detection_testing_execution.py run --branch ${{ github.event.pull_request.head.ref }} --pr_number ${{ github.event.pull_request.number }} --mode changes --mock --config_file test_config_github_actions.json
|
||||
else
|
||||
echo "Push from branch [${{ steps.vars.outputs.branch }}]"
|
||||
python detection_testing_execution.py run --branch ${{ steps.vars.outputs.branch }} --mode all --mock --config_file test_config_github_actions.json
|
||||
#python detection_testing_execution.py run --branch ${{ steps.vars.outputs.branch }} --mode all --mock --config_file test_config_github_actions.json
|
||||
python detection_testing_execution.py run --branch develop --mode all --mock --config_file test_config_github_actions_splunkbase.json
|
||||
fi
|
||||
|
||||
mv *-test-run.json replicate_test.json
|
||||
|
||||
Reference in New Issue
Block a user