Skip to content

Commit

Permalink
Merge branch 'main' into promote/main
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp authored Oct 30, 2024
2 parents 11a0d91 + c274b6f commit 1b3ed62
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 1b3ed62

Please sign in to comment.