Skip to content

Commit 048291c

Browse files
committed
remove redundant spaces
1 parent f857c3e commit 048291c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/playwright.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,47 @@ jobs:
3636
steps:
3737
- name: Checkout source code
3838
uses: actions/checkout@v4
39-
39+
4040
- name: Install Node.js 20.x
4141
uses: actions/setup-node@v4
4242
with:
4343
node-version: 20.x
4444
cache: 'npm'
45-
45+
4646
- name: Install dependencies
4747
run: |
4848
npm run prepare-environment:ci
4949
cd src && composer install
50-
50+
5151
- name: Download build artifact
5252
uses: actions/download-artifact@v4
5353
with:
5454
name: ${{ needs.build-plugin.outputs.artifact_name }}
5555
path: ./build
56-
56+
5757
- name: Start WordPress environment
5858
run: |
5959
npm run wp-env:start
60-
60+
6161
- name: Setup test data
6262
run: npm run test:setup:playwright
63-
63+
6464
- name: WordPress debug information
6565
run: |
6666
wp-env run cli wp core version
6767
wp-env run cli wp --info
68-
68+
6969
- name: Install playwright/test
7070
run: |
7171
npx playwright install chromium
72-
72+
7373
- name: Run Playwright tests
7474
run: npm run test:playwright
75-
75+
7676
- name: Stop WordPress environment
7777
if: always()
7878
run: npm run wp-env:stop
79-
79+
8080
- uses: actions/upload-artifact@v4
8181
if: always()
8282
with:

0 commit comments

Comments
 (0)