Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kholdrex committed Jun 9, 2024
1 parent 81a8e87 commit 001f4b5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,5 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # This will set up Bundler and cache the dependencies

- name: Install Bundler
run: gem install bundler

- name: Update Gemfile.lock for Linux
run: bundle lock --add-platform x86_64-linux

- name: Install dependencies
run: bundle install

- name: Run tests
run: bundle exec rake test

0 comments on commit 001f4b5

Please sign in to comment.