Skip to content

Commit

Permalink
Fix E2E_ENVIRONMENT to include sbx instead of prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Aug 31, 2024
1 parent b9b493b commit f82c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
- name: Run e2e-test
env:
E2E_ENVIRONMENT: |
${{ fromJson('{ "dev": "DEV", "test": "IMPL", "prod": "PROD" }')[inputs.environment] }}
${{ fromJson('{ "dev": "DEV", "test": "IMPL", "sbx": "SANDBOX" }')[inputs.environment] }}
run: |
mvn test -s settings.xml -pl e2e-test -am -Dtest=TestRunner -DfailIfNoTests=false -Dusername=$ARTIFACTORY_USER -Dpassword=$ARTIFACTORY_PASSWORD -Drepository_url=$ARTIFACTORY_URL --no-transfer-progress

0 comments on commit f82c00f

Please sign in to comment.