Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Nov 4, 2024
1 parent def8f00 commit 0e90287
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 @@ -5,6 +5,8 @@ on: push
jobs:
check:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: spec/dummy/Gemfile
strategy:
matrix:
ruby: [3.0, 3.3]
Expand All @@ -19,10 +21,10 @@ jobs:
ruby-version: ${{ matrix.ruby }}

- name: Install Dependencies
run: bundle && bundle exec appraisal install && cd spec/dummy && bundle
run: bundle exec appraisal install

- name: Run linters
run: bin/fastcheck
run: bundle exec appraisal rails_8 bin/fastcheck

- name: Run tests
run: bundle exec appraisal bin/check

0 comments on commit 0e90287

Please sign in to comment.