Skip to content

Commit 6e8be71

Browse files
authored
Merge pull request #282 from wpengine/chore-pre-release-fixes-iteration-8
chore: Fixed typo for pre-release process - iteration 8
2 parents 750378f + 9b9c496 commit 6e8be71

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
---
44

55
chore: Initial beta release of hwp-previews.
6-

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 18.x. # Min version required by the repo
38+
node-version: 18.x # Min version required by the repo
3939

4040
- name: Setup pnpm
4141
uses: pnpm/action-setup@v3

plugins/hwp-previews/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tests are organized into suites for integration (wpunit), functional, and accept
1111
- **functional**: Simulates web requests, runs WordPress in a test environment.
1212
- **acceptance**: Browser-based tests (WPBrowser/WPWebDriver).
1313

14-
Configuration files for each suite are in the `tests/` directory (e.g., `unit.suite.dist.yml`, `wpunit.suite.dist.yml`).
14+
Configuration files for each suite are in the `tests/` directory (e.g., `wpunit.suite.dist.yml`).
1515

1616
---
1717

0 commit comments

Comments
 (0)