Skip to content

Commit

Permalink
Fix CI (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
santib authored Dec 3, 2024
1 parent 2989bb0 commit c9f2b81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Run yarn commands
run: yarn install
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -131,6 +133,8 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Run yarn commands
run: yarn install
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -144,8 +148,6 @@ jobs:
run: bundle exec rails runner 'puts Rails.application.secret_key_base'
- name: Setup Database
run: bundle exec rails parallel:load_schema
- name: Run yarn commands
run: yarn install
- name: Precompile assets
run: bundle exec rails assets:precompile
- name: Check for untracked changes in schema.rb
Expand Down

0 comments on commit c9f2b81

Please sign in to comment.