We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d207d9 commit f625179Copy full SHA for f625179
.github/workflows/playwright.yml
@@ -2,6 +2,8 @@ name: Playwright Tests
2
on:
3
pull_request:
4
branches: [ main, master ]
5
+ push:
6
+ branches: [ playwright ]
7
jobs:
8
test:
9
timeout-minutes: 60
@@ -19,6 +21,8 @@ jobs:
19
21
uses: ddev/github-action-setup-ddev@v1
20
22
- name: Start DDEV
23
run: ddev start
24
+ - name: Get DDEV add-ons
25
+ run: ddev add-on get ddev/ddev-drupal-contrib
26
- name: Install composer dependencies
27
run: ddev poser
28
- name: Symlink the theme into the web/themes/custom directory
0 commit comments