File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 55
55
run : yarn bazel test --test_tag_filters=-lint,-e2e,-audit //...
56
56
- name : Store Test Logs
57
57
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
58
+ if : always()
58
59
with :
59
60
name : test-logs
60
- path : bazel-testlogs/
61
+ path : material.angular.io/ bazel-testlogs/
61
62
retention-days : 14
62
63
63
64
lighthouse :
@@ -68,10 +69,11 @@ jobs:
68
69
- name : Install node modules
69
70
run : yarn install --immutable
70
71
- 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 //...
72
73
- name : Store Audit Logs
73
74
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
75
+ if : always()
74
76
with :
75
77
name : lighthouse-logs
76
- path : bazel-testlogs/
78
+ path : material.angular.io/ bazel-testlogs/
77
79
retention-days : 14
Original file line number Diff line number Diff line change 53
53
run : yarn bazel test --test_tag_filters=-lint,-e2e,-audit //...
54
54
- name : Store Test Logs
55
55
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
56
+ if : always()
56
57
with :
57
58
name : test-logs
58
- path : bazel-testlogs/
59
+ path : material.angular.io/ bazel-testlogs/
59
60
retention-days : 14
60
61
61
62
lighthouse :
69
70
run : yarn bazel test --test_tag_filters=audit //...
70
71
- name : Store Audit Logs
71
72
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
73
+ if : always()
72
74
with :
73
75
name : lighthouse-logs
74
- path : bazel-testlogs/
76
+ path : material.angular.io/ bazel-testlogs/
75
77
retention-days : 14
You can’t perform that action at this time.
0 commit comments