Skip to content

Commit f625179

Browse files
committed
testing
1 parent 0d207d9 commit f625179

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Playwright Tests
22
on:
33
pull_request:
44
branches: [ main, master ]
5+
push:
6+
branches: [ playwright ]
57
jobs:
68
test:
79
timeout-minutes: 60
@@ -19,6 +21,8 @@ jobs:
1921
uses: ddev/github-action-setup-ddev@v1
2022
- name: Start DDEV
2123
run: ddev start
24+
- name: Get DDEV add-ons
25+
run: ddev add-on get ddev/ddev-drupal-contrib
2226
- name: Install composer dependencies
2327
run: ddev poser
2428
- name: Symlink the theme into the web/themes/custom directory

0 commit comments

Comments
 (0)