Skip to content

Commit 1215116

Browse files
committed
fixup! Run WordPress E2E tests with SQLite
1 parent 10a495d commit 1215116

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wp-tests-end-to-end.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
echo "PHP_FPM_UID=$(id -u)" >> $GITHUB_ENV
2525
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
2626
27+
- name: Install Playwright browsers
28+
run: npx playwright install --with-deps
29+
2730
- name: Run WordPress end-to-end tests
2831
run: composer run wp-test-e2e
2932

0 commit comments

Comments
 (0)