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) '
22
33on :
44 push :
@@ -15,6 +15,7 @@ permissions: {}
1515defaults :
1616 run :
1717 shell : bash
18+ working-directory : material.angular.io
1819
1920env :
2021 # TODO: Remove when pnpm is exclusively used.
6768 - name : Install node modules
6869 run : yarn install --immutable
6970 - 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 //...
7172 - name : Store Audit Logs
7273 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
7374 with :
Original file line number Diff line number Diff line change 1- name : Pull Request
1+ name : ' CI (material.angular.io) '
22
33on :
44 pull_request :
@@ -13,6 +13,7 @@ permissions: {}
1313defaults :
1414 run :
1515 shell : bash
16+ working-directory : material.angular.io
1617
1718env :
1819 # 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