Skip to content

Commit

Permalink
fixup! Transition CI to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyeo committed Jun 19, 2024
1 parent 637fade commit b982384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf
with:
bundler-cache: true
bundler-cache: false
- name: Set up database schema
run: bin/rails db:schema:load
run: bundle exec rails db:structure:load --trace
- name: Run tests
run: bin/rake

0 comments on commit b982384

Please sign in to comment.