Skip to content

Commit

Permalink
Merge jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Nov 4, 2024
1 parent 61b4184 commit def8f00
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on: push

jobs:
test:
check:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -21,23 +21,8 @@ jobs:
- name: Install Dependencies
run: bundle && bundle exec appraisal install && cd spec/dummy && bundle

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

lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.3

- name: Install Dependencies
run: bundle

- name: Run linters
run: bin/fastcheck

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

0 comments on commit def8f00

Please sign in to comment.