Skip to content

Commit d2d9e01

Browse files
committed
update action run yarn install
1 parent 7701905 commit d2d9e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
4949
restore-keys: |
5050
${{ runner.os }}-yarn-
51+
- name: install Yarn packages
52+
run: yarn --frozen-lockfile
5153
- name: Precompile assets
5254
run: bundle exec rails assets:precompile
5355
- name: Configure database

0 commit comments

Comments
 (0)