Skip to content

Commit

Permalink
Revert '@wordpress/e2e-test-utils' version and try a run of 10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed May 24, 2024
1 parent 61a0b3c commit f041a0d
Show file tree
Hide file tree
Showing 3 changed files with 13,504 additions and 9,470 deletions.
29 changes: 28 additions & 1 deletion .github/workflows/e2e-and-js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,32 @@ jobs:
- name: Run Jest tests
run: npm run test-jest

- name: Run E2E tests
- name: Run E2E tests (1/10)
run: npm run test-e2e

- name: Run E2E tests (2/10)
run: npm run test-e2e

- name: Run E2E tests (3/10)
run: npm run test-e2e

- name: Run E2E tests (4/10)
run: npm run test-e2e

- name: Run E2E tests (5/10)
run: npm run test-e2e

- name: Run E2E tests (6/10)
run: npm run test-e2e

- name: Run E2E tests (7/10)
run: npm run test-e2e

- name: Run E2E tests (8/10)
run: npm run test-e2e

- name: Run E2E tests (9/10)
run: npm run test-e2e

- name: Run E2E tests (10/10)
run: npm run test-e2e
Loading

0 comments on commit f041a0d

Please sign in to comment.