Skip to content

Commit

Permalink
[ECP-9608] Update environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 27, 2025
1 parent 11776c8 commit 37e023d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- 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
- run: echo "OPENSEARCH_VERSION=${{ contains(matrix.magento-version, "2.4.4") && "1" || "2" }}" >> $GITHUB_ENV
- run: echo "N98_MAGERUN_VERSION=${{ contains(matrix.magento-version, "2.4.4") && "7.5.0" || "latest" }}" >> $GITHUB_ENV
- run: echo "OPENSEARCH_VERSION=${{ contains(matrix.magento-version, '2.4.4') && '1' || '2' }}" >> $GITHUB_ENV
- run: echo "N98_MAGERUN_VERSION=${{ contains(matrix.magento-version, '2.4.4') && '7.5.0' || 'latest' }}" >> $GITHUB_ENV

- name: Information
run: echo "E2E testing against test suite branch ${{env.TEST_BRANCH}} using group ${{env.TEST_GROUP}} ${{ env.EXPRESS_BRANCH && 'with express module branch' || '' }} ${{ env.EXPRESS_BRANCH || '' }}"
Expand Down

0 comments on commit 37e023d

Please sign in to comment.