Skip to content

Commit

Permalink
Merge pull request #61 from NHSDigital/apm-364-disable-test
Browse files Browse the repository at this point in the history
APM-364 Fix sandbox test step that was left in accidentally
  • Loading branch information
Laurence Joseph Smith authored Feb 26, 2020
2 parents fa9ad0a + 756c1ec commit f107893
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 f107893

Please sign in to comment.