Skip to content

Commit 73c453a

Browse files
committed
build: add missing yarn install block
Looks like the action simply relied on caching.
1 parent ff8ab43 commit 73c453a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-dev-app-main-push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
2525
- name: Setup Bazel RBE
2626
uses: angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
27+
- name: Install node modules
28+
run: yarn install --frozen-lockfile
2729

2830
- name: Building dev-app
2931
run: |

0 commit comments

Comments
 (0)