Skip to content

Commit

Permalink
adjust the e2e configuration and re-organize files
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Jan 9, 2024
1 parent d98ad7a commit 0c4a296
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,11 @@ jobs:
strategy:
fail-fast: false
matrix:
test_groups: [ 'wcpay', 'subscriptions', 'upe', 'upeSplit' ] # [TODO] Unskip blocks tests after investigating constant failures.
test_groups: [ 'wcpay', 'subscriptions', 'upe' ] # [TODO] Unskip blocks tests after investigating constant failures.
test_branches: [ 'merchant', 'shopper' ]
exclude:
- test_groups: 'upe'
test_branches: 'merchant'
- test_groups: 'upeSplit'
test_branches: 'merchant'

name: WC - latest | ${{ matrix.test_groups }} - ${{ matrix.test_branches }}

env:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/e2e-tests-atomic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
test_groups: [ 'wcpay', 'subscriptions', 'upe', 'upeSplit' ]
test_groups: [ 'wcpay', 'subscriptions', 'upe' ]
test_branches: [ 'merchant', 'shopper' ]
exclude:
- test_groups: 'subscriptions'
- test_groups: 'wcpay'
test_branches: 'merchant'
- test_groups: 'upe'
test_branches: 'merchant'
- test_groups: 'upeSplit'
test_branches: 'merchant'

test_branches: 'merchant'
env:
E2E_GROUP: ${{ matrix.test_groups }}
E2E_BRANCH: ${{ matrix.test_branches }}
Expand Down

0 comments on commit 0c4a296

Please sign in to comment.