Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
your committed Oct 4, 2024
1 parent 8a65471 commit 2d2cae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d2cae3

Please sign in to comment.