Skip to content

Commit e577c30

Browse files
committed
fix typo in github jobs
1 parent d73bea7 commit e577c30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
npm run wp-env start
6262
6363
- name: Running JavaScript E2E tests
64-
run: npm run test:e2e'
64+
run: npm run test:e2e
6565

6666
- name: Running PHP unit tests
6767
run: npm run test:unit:php:ci
@@ -94,7 +94,7 @@ jobs:
9494
npm run wp-env start
9595
9696
- name: Running JavaScript E2E tests
97-
run: npm run test:e2e'
97+
run: npm run test:e2e
9898

9999
- name: Running PHP unit tests
100100
run: npm run test:unit:php:ci

0 commit comments

Comments
 (0)