We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b5629 commit 2cf53c1Copy full SHA for 2cf53c1
.github/workflows/continuous-deployment.yml
@@ -15,7 +15,7 @@ jobs:
15
sub_environment: internal-dev
16
17
run-internal-dev-sandbox-tests:
18
- # Technically the first step is not a pre-requisite - sandbox backed deployment is handled by APIM
+ # Technically the first step is not a pre-requisite - sandbox backend deployment is handled by APIM
19
# Stipulating this condition simply makes it more likely the environment will be ready when tests are invoked
20
needs: [deploy-internal-dev-backend]
21
uses: ./.github/workflows/run-e2e-tests.yml
0 commit comments