From 2d2cae3b3dd045620c0f2c0f01e4a0ee03e9d4f8 Mon Sep 17 00:00:00 2001 From: Giuseppe Lobraico Date: Fri, 4 Oct 2024 17:20:21 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f009f..5c71333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,9 @@ jobs: - name: Run database migrations run: bundle exec rake db:setup + - name: Install yarn dependencies + run: yarn install && yarn build && yarn build:css + - name: Run static analysis run: bundle exec rubocop