Skip to content

Commit 736ba16

Browse files
committed
Run all tests on all Magento versions
1 parent 03e035a commit 736ba16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ jobs:
3030
- magento-version: 2.4.7-p7
3131
magento-php-version: php83-fpm
3232
rapidez-php-version: 8.3
33-
shard: 1/2
3433
- magento-version: 2.4.8-p2
3534
magento-php-version: php84-fpm
3635
rapidez-php-version: 8.4
37-
shard: 2/2
3836
screenshots: true
3937

4038
services:
@@ -131,7 +129,7 @@ jobs:
131129
run: php artisan serve &
132130

133131
- name: Run Playwright tests
134-
run: yarn playwright test --shard ${{ matrix.shard }}
132+
run: yarn playwright test
135133

136134
# Screenshots
137135
- name: Collect failed tests

0 commit comments

Comments
 (0)