Skip to content

Commit

Permalink
Remove temporary code to run e2e tests more than once
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed May 21, 2024
1 parent ebbd4de commit cc828c5
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/e2e-and-js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,5 @@ jobs:
- name: Run JS tests (Jest)
run: npm run test-jest

- 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)
- name: Run E2E tests
run: npm run test-e2e

0 comments on commit cc828c5

Please sign in to comment.