Skip to content

Commit

Permalink
Merge pull request #292 from D-system/remove_duplicated_tests
Browse files Browse the repository at this point in the history
Remove duplicated test runs
  • Loading branch information
Floppy authored Feb 26, 2024
2 parents a002736 + ba7123c commit c311a74
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,6 @@ on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run the tests
run: bundle exec rake

appraisal:
name: Ruby ${{ matrix.ruby-version }} / Rails ${{ matrix.activesupport-version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit c311a74

Please sign in to comment.