Skip to content

Commit

Permalink
Merge pull request PrestaShop#74 from kpodemski/8.2.x-branch
Browse files Browse the repository at this point in the history
Adapt to 8.2.x branch
  • Loading branch information
Progi1984 authored Sep 10, 2024
2 parents 1acb308 + cfaec0e commit 76881e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
required: true
options:
- 'develop'
- '8.2.x'
- '8.1.x'
- '8.0.x'
- '1.7.8.x'
Expand Down Expand Up @@ -158,6 +159,9 @@ jobs:
## 8.1.x
- BASE_BRANCH: 8.1.x
TEST_COMMAND: 'functional:FO:hummingbird:08-12'
## 8.2.x
- BASE_BRANCH: 8.2.x
TEST_COMMAND: 'functional:FO:hummingbird:08-12'

test-short-campaigns:
name: Run short campaign ${{ matrix.TEST_COMMAND }}
Expand Down Expand Up @@ -255,6 +259,17 @@ jobs:
TEST_COMMAND: 'functional:FO:08-12'
- BASE_BRANCH: 8.1.x
TEST_COMMAND: 'functional:FO:hummingbird:04-07'
## 8.2.x
- BASE_BRANCH: 8.2.x
TEST_COMMAND: 'functional:BO:advanced-parameters:11-12'
- BASE_BRANCH: 8.2.x
TEST_COMMAND: 'functional:FO:01-03'
- BASE_BRANCH: 8.2.x
TEST_COMMAND: 'functional:FO:04-07'
- BASE_BRANCH: 8.2.x
TEST_COMMAND: 'functional:FO:08-12'
- BASE_BRANCH: 8.2.x
TEST_COMMAND: 'functional:FO:hummingbird:04-07'
## develop
- BASE_BRANCH: develop
TEST_COMMAND: 'functional:FO:01-03'
Expand Down

0 comments on commit 76881e8

Please sign in to comment.