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 bbe42ac commit f71b7c1Copy full SHA for f71b7c1
1 file changed
.github/workflows/upgrade-compat.yml
@@ -60,13 +60,6 @@ jobs:
60
- name: Checkout code
61
uses: actions/checkout@v3
62
63
- - name: Install Node.js & Playwright
64
- uses: actions/setup-node@v3
65
- with:
66
- node-version: 18
67
- - run: npm install -D @playwright/test
68
- - run: npx playwright install --with-deps
69
-
70
- name: Complete WordPress installation
71
run: |
72
echo "Installing WordPress at: $WORDPRESS_URL"
0 commit comments