File tree Expand file tree Collapse file tree 3 files changed +18
-25
lines changed
material.angular.io/.github/ISSUE_TEMPLATE Expand file tree Collapse file tree 3 files changed +18
-25
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 :
5
5
branches :
6
6
- main
7
7
- ' [0-9]+.[0-9]+.x'
8
+ paths :
9
+ - ' material.angular.io/**'
8
10
9
11
concurrency :
10
12
group : ${{ github.workflow }}-${{ github.ref }}
@@ -15,6 +17,7 @@ permissions: {}
15
17
defaults :
16
18
run :
17
19
shell : bash
20
+ working-directory : material.angular.io
18
21
19
22
env :
20
23
# TODO: Remove when pnpm is exclusively used.
@@ -54,13 +57,14 @@ jobs:
54
57
run : yarn bazel test --test_tag_filters=-lint,-e2e,-audit //...
55
58
- name : Store Test Logs
56
59
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
60
+ if : always()
57
61
with :
58
62
name : test-logs
59
- path : bazel-testlogs/
63
+ path : material.angular.io/ bazel-testlogs/
60
64
retention-days : 14
61
65
62
66
lighthouse :
63
- runs-on : ubuntu-latest
67
+ runs-on : ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
64
68
steps :
65
69
- name : Initialize environment
66
70
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
70
74
run : yarn bazel test --test_tag_filters=audit //...
71
75
- name : Store Audit Logs
72
76
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
77
+ if : always()
73
78
with :
74
79
name : lighthouse-logs
75
- path : bazel-testlogs/
80
+ path : material.angular.io/ bazel-testlogs/
76
81
retention-days : 14
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 :
5
5
types : [opened, synchronize, reopened]
6
+ paths :
7
+ - ' material.angular.io/**'
6
8
7
9
concurrency :
8
10
group : ${{ github.workflow }}-${{ github.ref }}
@@ -13,6 +15,7 @@ permissions: {}
13
15
defaults :
14
16
run :
15
17
shell : bash
18
+ working-directory : material.angular.io
16
19
17
20
env :
18
21
# TODO: Remove when pnpm is exclusively used.
@@ -52,13 +55,14 @@ jobs:
52
55
run : yarn bazel test --test_tag_filters=-lint,-e2e,-audit //...
53
56
- name : Store Test Logs
54
57
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
58
+ if : always()
55
59
with :
56
60
name : test-logs
57
- path : bazel-testlogs/
61
+ path : material.angular.io/ bazel-testlogs/
58
62
retention-days : 14
59
63
60
64
lighthouse :
61
- runs-on : ubuntu-latest
65
+ runs-on : ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
62
66
steps :
63
67
- name : Initialize environment
64
68
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
68
72
run : yarn bazel test --test_tag_filters=audit //...
69
73
- name : Store Audit Logs
70
74
uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
75
+ if : always()
71
76
with :
72
77
name : lighthouse-logs
73
- path : bazel-testlogs/
78
+ path : material.angular.io/ bazel-testlogs/
74
79
retention-days : 14
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments