Skip to content

Commit

Permalink
APM-364 Fix sandbox test step that was left in accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Smith committed Feb 26, 2020
1 parent fa9ad0a commit 756c1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 756c1ec

Please sign in to comment.