File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
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
61
path : bazel-testlogs/
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
78
path : bazel-testlogs/
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
59
path : bazel-testlogs/
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
76
path : bazel-testlogs/
You can’t perform that action at this time.
0 commit comments