Re-adding testing into the detection step.

This commit is contained in:
pyth0n1c
2021-07-30 18:07:13 -07:00
parent 1ea3985188
commit 34a200226a
+3 -4
View File
@@ -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