Skip to content

Commit

Permalink
Update rails 5.2 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MUTOgen committed Dec 14, 2024
1 parent 99b53a3 commit 4be8aa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install sqlite3
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- name: Update RubyGems
run: |
gem update --system 3.2.3
gem install bundler
- name: Run tests
run: bundle exec rake
- name: Run interaction tests
Expand Down

0 comments on commit 4be8aa9

Please sign in to comment.