File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 scenario :
77 type : choice
88 options :
9- - 7.5 .x
9+ - 7.6 .x
1010 - use custom testplan
11- default : ' 7.5 .x'
11+ default : ' 7.6 .x'
1212 description : ' Choose test scenario'
1313 limit :
1414 type : choice
6767 esac
6868 # shellcheck disable=SC2088
6969 case '${{ inputs.scenario}}' in
70- "7.5 .x") TESTPLAN="~/defaults/7.5 .x.yaml,${LIMIT}${PLAN}" ;;
70+ "7.6 .x") TESTPLAN="~/defaults/7.6 .x.yaml,${LIMIT}${PLAN}" ;;
7171 "use custom testplan") TESTPLAN="${{ inputs.custom_testplan }}" ;;
7272 *)
7373 echo "Illegal choice, fix the workflow"
Original file line number Diff line number Diff line change 2525 fi
2626 # shellcheck disable=SC2088
2727 case "${REF_TO_CHECK}" in
28- refs/heads/b-7.5 .x*) TESTPLAN="~/defaults/7.5 .x.yaml,${LIMIT}~/twig-component.yaml" ;;
28+ refs/heads/b-7.6 .x*) TESTPLAN="~/defaults/7.6 .x.yaml,${LIMIT}~/twig-component.yaml" ;;
2929 *)
3030 echo "Can't match ${REF_TO_CHECK} to a version, can't determine test plan."
3131 echo "Branch names should start with b-<major>.<minor>.x"
Original file line number Diff line number Diff line change 11# Twig component
22
3- [ ![ Actions Status] ( https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml/badge.svg?branch=b-7.5 .x )] ( https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml )
3+ [ ![ Actions Status] ( https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml/badge.svg?branch=b-7.6 .x )] ( https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml )
44
55Includes Twig template engine for OXID eShop
66
You can’t perform that action at this time.
0 commit comments