Skip to content

Commit ca63658

Browse files
committed
Update e2e workflow for install required plugins.
1 parent 7f2ee68 commit ca63658

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
3737
- name: Install playwright
3838
run: npx playwright install
3939

40+
- name: Install required WP plugins
41+
run: |
42+
URL_CONFIG="url.https://${{ secrets.BOT_GH_TOKEN }}:[email protected]/.insteadOf [email protected]:"
43+
git config --global $URL_CONFIG
44+
45+
npm run env:install-plugins
46+
47+
git config --global --unset $URL_CONFIG
48+
4049
- name: Set the core version
4150
if: "${{ contains(github.event.pull_request.labels.*.name, 'needs: WP RC test') }}"
4251
id: run-rc-test

0 commit comments

Comments
 (0)