File tree Expand file tree Collapse file tree 3 files changed +5
-20
lines changed
material.angular.io/.github/ISSUE_TEMPLATE Expand file tree Collapse file tree 3 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : ' CI (material.angular.io) '
2
2
3
3
on :
4
4
push :
@@ -15,6 +15,7 @@ permissions: {}
15
15
defaults :
16
16
run :
17
17
shell : bash
18
+ working-directory : material.angular.io
18
19
19
20
env :
20
21
# TODO: Remove when pnpm is exclusively used.
67
68
- name : Install node modules
68
69
run : yarn install --immutable
69
70
- name : Execute Lighthouse Audit
70
- run : yarn bazel test --test_tag_filters=audit //...
71
+ run : yarn bazel test --test_tag_filters=audit --test_output=errors //...
71
72
- name : Store Audit Logs
72
73
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
73
74
with :
Original file line number Diff line number Diff line change 1
- name : Pull Request
1
+ name : ' CI (material.angular.io) '
2
2
3
3
on :
4
4
pull_request :
@@ -13,6 +13,7 @@ permissions: {}
13
13
defaults :
14
14
run :
15
15
shell : bash
16
+ working-directory : material.angular.io
16
17
17
18
env :
18
19
# TODO: Remove when pnpm is exclusively used.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments