Skip to content

Commit c311a74

Browse files
authored
Merge pull request #292 from D-system/remove_duplicated_tests
Remove duplicated test runs
2 parents a002736 + ba7123c commit c311a74

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Diff for: .github/workflows/push.yml

-17
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@ on:
55
pull_request:
66
branches: [ main ]
77
jobs:
8-
test:
9-
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
13-
fail-fast: false
14-
steps:
15-
- uses: actions/checkout@v4
16-
- uses: ruby/setup-ruby@v1
17-
with:
18-
bundler-cache: true
19-
ruby-version: ${{ matrix.ruby-version }}
20-
- name: Install dependencies
21-
run: bundle install
22-
- name: Run the tests
23-
run: bundle exec rake
24-
258
appraisal:
269
name: Ruby ${{ matrix.ruby-version }} / Rails ${{ matrix.activesupport-version }}
2710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)