We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e866dde commit c63a72bCopy full SHA for c63a72b
.github/workflows/deploy_tre.yml
@@ -35,7 +35,7 @@ jobs:
35
e2eTestsCustomSelector: >-
36
${{ (github.event_name == 'push' && 'extended or extended_aad')
37
|| 'extended or extended_aad or shared_services or airlock' }}
38
- environmentName: ${{ github.event.inputs.environment || 'CICD' }}
+ environmentName: ${{ github.event.inputs.environment || 'test' }}
39
E2E_TESTS_NUMBER_PROCESSES: 1
40
DEVCONTAINER_TAG: 'latest'
41
secrets:
0 commit comments