File tree Expand file tree Collapse file tree 3 files changed +10
-28
lines changed Expand file tree Collapse file tree 3 files changed +10
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
22
22
(github.event.action == 'labeled' && github.event.label.name == 'dev-app preview') ||
23
23
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview'))
24
24
steps :
25
- - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
26
- - uses : ./.github/actions/yarn-install
27
-
28
- - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@fb30926790c6225d553b91a4818cab2fdde4fb4e
25
+ - name : Initialize environment
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
29
27
with :
30
- bazelrc : ./.bazelrc.user
31
-
32
- # Build the web package. Note: We run Bazel from a low-resource Github action container,
33
- # so we manually need to instruct Bazel to run more actions concurrently as by default
34
- # the number of concurrent actions is determined based on the host resources.
35
- - run : bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
28
+ cache-node-modules : true
29
+ - name : Setup Bazel
30
+ uses : angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
31
+ - name : Setup Bazel RBE
32
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
33
+
34
+ # Build the web package
35
+ - run : bazel build //src/dev-app:web_package --symlink_prefix=dist/
36
36
37
37
- uses : angular/dev-infra/github-actions/previews/pack-and-upload-artifact@fb30926790c6225d553b91a4818cab2fdde4fb4e
38
38
with :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments