File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 63
63
uses : angular/dev-infra/github-actions/bazel/configure-remote@d66f2009955fd4b3430d9cf7072d94f4b4da95e7
64
64
- name : Install node modules
65
65
run : yarn install --immutable
66
- - name : Run module tests
67
- run : yarn bazel test //modules/...
68
- - name : Run package tests
69
- run : yarn bazel test //packages/...
66
+ - name : Run module and package tests
67
+ run : yarn bazel test //modules/... //packages/...
70
68
71
69
e2e :
72
70
strategy :
Original file line number Diff line number Diff line change 97
97
uses : angular/dev-infra/github-actions/bazel/configure-remote@d66f2009955fd4b3430d9cf7072d94f4b4da95e7
98
98
- name : Install node modules
99
99
run : yarn install --immutable
100
- - name : Run module tests
101
- run : yarn bazel test //modules/...
102
- - name : Run package tests
103
- run : yarn bazel test //packages/...
100
+ - name : Run module and package tests
101
+ run : yarn bazel test //modules/... //packages/...
104
102
105
103
e2e :
106
104
strategy :
You can’t perform that action at this time.
0 commit comments