Skip to content

Commit

Permalink
Use bundler-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Jan 16, 2022
1 parent 61c4dae commit 806a966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Set up databases
run: |
sudo /etc/init.d/mysql start
Expand All @@ -61,8 +62,6 @@ jobs:
cp test/github/database.yml test/database.yml
env:
PGPASSWORD: postgres
- name: Install dependencies
run : AR_VERSION=${{ env.AR_VERSION }} bundle install
- name: Run tests
run: |
bundle exec rake test:mysql2
Expand Down

0 comments on commit 806a966

Please sign in to comment.