Skip to content

Commit dc54793

Browse files
committed
simplify
1 parent 6f78b7e commit dc54793

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6-
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7-
81
name: Tests
92

103
on:
@@ -37,14 +30,7 @@ jobs:
3730
uses: ruby/setup-ruby@v1
3831
with:
3932
ruby-version: ${{ matrix.ruby-version }}
40-
bundler-cache: false
4133
- name: Bundler
42-
env:
43-
BUNDLE_GEMFILE: ${{ matrix.rails-version }}
44-
BUNDLE_PATH: "vendor/${{ matrix.rails-version }}"
4534
run: bundle install
4635
- name: Run tests
47-
env:
48-
BUNDLE_PATH: "vendor/${{ matrix.rails-version }}"
49-
BUNDLE_GEMFILE: ${{ matrix.rails-version }}
5036
run: bin/test

0 commit comments

Comments
 (0)