We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232064c commit 81bf241Copy full SHA for 81bf241
1 file changed
.github/workflows/wp-tests-end-to-end.yml
@@ -24,6 +24,9 @@ jobs:
24
echo "PHP_FPM_UID=$(id -u)" >> $GITHUB_ENV
25
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
26
27
+ - name: Install Playwright browsers
28
+ run: npm --prefix wordpress run playwright install --with-deps
29
+
30
- name: Run WordPress end-to-end tests
31
run: composer run wp-test-e2e
32
0 commit comments