From 756c1ecd817fed648f24d89fcfea2d7d71b717cb Mon Sep 17 00:00:00 2001 From: Laurence Smith Date: Wed, 26 Feb 2020 14:31:12 +0000 Subject: [PATCH] APM-364 Fix sandbox test step that was left in accidentally --- .github/workflows/continous-integration-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-integration-workflow.yaml b/.github/workflows/continous-integration-workflow.yaml index 242036723..5ef977e1d 100644 --- a/.github/workflows/continous-integration-workflow.yaml +++ b/.github/workflows/continous-integration-workflow.yaml @@ -130,7 +130,7 @@ jobs: run: make deploy-proxy - name: Run sandbox tests (master only) - # if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' env: API_TEST_ENV_FILE_PATH: "tests/e2e/environments/sandbox.postman_environment.json" API_TEST_URL: ${{ secrets.API_TEST_URL }}