55 branches :
66 - main
77 - ' [0-9]+.[0-9]+.x'
8- paths :
9- - ' material.angular.io/**'
108
119concurrency :
1210 group : ${{ github.workflow }}-${{ github.ref }}
@@ -27,11 +25,11 @@ jobs:
2725 - name : Setup Bazel
2826 uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
2927 - name : Setup Bazel RBE
30- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4
28+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
3129 - name : Install node modules
3230 run : pnpm install --frozen-lockfile
3331 - name : Execute Linting
34- run : pnpm --cwd=docs bazel test --test_tag_filters=lint //...
32+ run : pnpm bazel test --test_tag_filters=lint //docs /...
3533
3634 build :
3735 runs-on : ubuntu-latest
@@ -41,11 +39,11 @@ jobs:
4139 - name : Setup Bazel
4240 uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
4341 - name : Setup Bazel RBE
44- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4
42+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
4543 - name : Install node modules
4644 run : pnpm install --frozen-lockfile
4745 - name : Execute Build
48- run : pnpm -s --cwd=docs bazel build //...
46+ run : pnpm -s build //docs /...
4947
5048 test :
5149 runs-on : ubuntu-latest
@@ -55,11 +53,11 @@ jobs:
5553 - name : Setup Bazel
5654 uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
5755 - name : Setup Bazel RBE
58- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4
56+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
5957 - name : Install node modules
6058 run : pnpm install --frozen-lockfile
6159 - name : Execute Tests
62- run : pnpm --cwd=docs bazel test --test_tag_filters=-lint,-e2e,-audit //...
60+ run : pnpm bazel test --test_tag_filters=-lint,-e2e,-audit //docs /...
6361 - name : Store Test Logs
6462 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
6563 if : always()
@@ -76,11 +74,11 @@ jobs:
7674 - name : Setup Bazel
7775 uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
7876 - name : Setup Bazel RBE
79- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4
77+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
8078 - name : Install node modules
8179 run : pnpm install --frozen-lockfile
8280 - name : Execute Lighthouse Audit
83- run : pnpm -s --cwd=docs bazel test --test_tag_filters=audit //...
81+ run : pnpm -s bazel test --test_tag_filters=audit //docs /...
8482 - name : Store Audit Logs
8583 uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
8684 if : always()
0 commit comments