Skip to content

Commit 8f05bcc

Browse files
committed
refactor: move material.aio GHA to the root
This makes them functional again. To keep this change simple, we just update the working directory but run the same things
1 parent 66741b8 commit 8f05bcc

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

material.angular.io/.github/workflows/ci.yml renamed to .github/workflows/ci.material-aio.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: 'CI (material.angular.io)'
22

33
on:
44
push:
@@ -15,6 +15,7 @@ permissions: {}
1515
defaults:
1616
run:
1717
shell: bash
18+
working-directory: material.angular.io
1819

1920
env:
2021
# TODO: Remove when pnpm is exclusively used.
@@ -67,7 +68,7 @@ jobs:
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:

material.angular.io/.github/workflows/pr.yml renamed to .github/workflows/pr.material-aio.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull Request
1+
name: 'CI (material.angular.io)'
22

33
on:
44
pull_request:
@@ -13,6 +13,7 @@ permissions: {}
1313
defaults:
1414
run:
1515
shell: bash
16+
working-directory: material.angular.io
1617

1718
env:
1819
# TODO: Remove when pnpm is exclusively used.

material.angular.io/.github/ISSUE_TEMPLATE/docs-infra.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)