Skip to content

Commit f9780cf

Browse files
ci: we cannot simply run test:unit
1 parent ed34fbd commit f9780cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- name: Install Dependencies
4949
run: npm i
5050

51-
- run: npm run test:unit
51+
- run: npm run test:unit:main
52+
- run: npm run test:unit:actors
5253
- run: npm run test:e2e:grpc:main
5354
- run: npm run test:e2e:http:main
5455
- run: npm run test:e2e:http:actors

0 commit comments

Comments
 (0)