File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5555 run : yarn bazel test --test_tag_filters=-lint,-e2e,-audit //...
5656 - name : Store Test Logs
5757 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
58+ if : always()
5859 with :
5960 name : test-logs
60- path : bazel-testlogs/
61+ path : material.angular.io/ bazel-testlogs/
6162 retention-days : 14
6263
6364 lighthouse :
@@ -68,10 +69,11 @@ jobs:
6869 - name : Install node modules
6970 run : yarn install --immutable
7071 - name : Execute Lighthouse Audit
71- run : yarn bazel test --test_tag_filters=audit --test_output=errors //...
72+ run : yarn bazel test --test_tag_filters=audit //...
7273 - name : Store Audit Logs
7374 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
75+ if : always()
7476 with :
7577 name : lighthouse-logs
76- path : bazel-testlogs/
78+ path : material.angular.io/ bazel-testlogs/
7779 retention-days : 14
Original file line number Diff line number Diff line change 5353 run : yarn bazel test --test_tag_filters=-lint,-e2e,-audit //...
5454 - name : Store Test Logs
5555 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
56+ if : always()
5657 with :
5758 name : test-logs
58- path : bazel-testlogs/
59+ path : material.angular.io/ bazel-testlogs/
5960 retention-days : 14
6061
6162 lighthouse :
6970 run : yarn bazel test --test_tag_filters=audit //...
7071 - name : Store Audit Logs
7172 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
73+ if : always()
7274 with :
7375 name : lighthouse-logs
74- path : bazel-testlogs/
76+ path : material.angular.io/ bazel-testlogs/
7577 retention-days : 14
You can’t perform that action at this time.
0 commit comments