Skip to content

Commit

Permalink
Update e2e-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp authored Oct 30, 2024
1 parent 95f1e0a commit c274b6f
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 @@ -50,7 +50,7 @@ jobs:
DEPLOY_SAMPLEDATA: 1
steps:
# Define variables for the test case
- run: echo "IS_RELEASE=${{ contains(github.event.pull_request.title, 'Release 9.') && 'TRUE' || 'FALSE' }}" >> $GITHUB_ENV
- run: echo "IS_RELEASE=${{ contains(github.event.pull_request.title, 'Release v9.') && 'TRUE' || 'FALSE' }}" >> $GITHUB_ENV
- run: echo "TEST_GROUP=${{ env.IS_RELEASE == 'TRUE' && 'all' || (inputs.testGroup || 'standard') }}" >> $GITHUB_ENV
- run: echo "TEST_BRANCH=${{ (env.IS_RELEASE == 'TRUE' || !inputs.testBranch) && 'develop' || inputs.testBranch }}" >> $GITHUB_ENV
- run: echo "EXPRESS_BRANCH=${{ contains(fromJSON('["all", "express-checkout"]'), env.TEST_GROUP) && (inputs.expressBranch || 'main') || '' }}" >> $GITHUB_ENV
Expand Down

0 comments on commit c274b6f

Please sign in to comment.