Skip to content

Commit c68d77c

Browse files
authored
Merge pull request #38 from NHSDigital/APM-6127-debugging-prod-test
APM-6127 Debugging production test
2 parents 2a683a9 + 19123a1 commit c68d77c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure/templates/run-smoke-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ steps:
1414
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
1515
export SOURCE_COMMIT_ID="$(Build.SourceVersion)"
1616
17-
if [ ${{ parameters.production }} = true ]; then
17+
if [ ${{ parameters.production }} = "true" ]; then
18+
echo "Running smoketest-prod"
1819
make smoketest-prod
1920
else
2021
make smoketest

0 commit comments

Comments
 (0)