From 34a200226a4e984e82d4b1698d15ca3b2bff82fe Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Fri, 30 Jul 2021 18:07:13 -0700 Subject: [PATCH] Re-adding testing into the detection step. --- .github/workflows/actions-migration.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions-migration.yml b/.github/workflows/actions-migration.yml index 67ae6e1757..ee06a6a79e 100644 --- a/.github/workflows/actions-migration.yml +++ b/.github/workflows/actions-migration.yml @@ -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