Skip to content

Commit e491a22

Browse files
committed
Rename commands
1 parent b0d04e8 commit e491a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
5151
- name: Run wp-env and PHPUnit tests
5252
run: |
53-
npm run start:env
53+
npm run env:start
5454
npm run test
5555
5656
- name: Stop wp-env
5757
if: always()
58-
run: npm run stop:env
58+
run: npm run env:stop

0 commit comments

Comments
 (0)