Skip to content

Commit 336908f

Browse files
authored
chore: CI workflow fixes
1 parent 45d0c3a commit 336908f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing the e2e jest suites
1+
name: Testing the e2e test suites
22

33
on:
44
push:
@@ -29,5 +29,5 @@ jobs:
2929
run: npm run build
3030
- name: linting
3131
run: npm run lint
32-
- name: Jest + puppeteer end to end
33-
run: npm run jest:e2e
32+
- name: end to end
33+
run: npm run test:e2e

0 commit comments

Comments
 (0)