Skip to content

Commit

Permalink
refactor: move material.aio GHA to the root
Browse files Browse the repository at this point in the history
This makes them functional again. To keep this change simple, we just update the working directory but run the same things
  • Loading branch information
alexeagle committed Jan 8, 2025
1 parent 66741b8 commit 8f05bcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: 'CI (material.angular.io)'

on:
push:
Expand All @@ -15,6 +15,7 @@ permissions: {}
defaults:
run:
shell: bash
working-directory: material.angular.io

env:
# TODO: Remove when pnpm is exclusively used.
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
- name: Install node modules
run: yarn install --immutable
- name: Execute Lighthouse Audit
run: yarn bazel test --test_tag_filters=audit //...
run: yarn bazel test --test_tag_filters=audit --test_output=errors //...
- name: Store Audit Logs
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request
name: 'CI (material.angular.io)'

on:
pull_request:
Expand All @@ -13,6 +13,7 @@ permissions: {}
defaults:
run:
shell: bash
working-directory: material.angular.io

env:
# TODO: Remove when pnpm is exclusively used.
Expand Down
17 changes: 0 additions & 17 deletions material.angular.io/.github/ISSUE_TEMPLATE/docs-infra.md

This file was deleted.

0 comments on commit 8f05bcc

Please sign in to comment.