Skip to content

Commit

Permalink
this bundler cache is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed May 14, 2024
1 parent b9b95e4 commit 9c32865
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,24 @@ jobs:
steps:
- run: sudo apt-get install libcurl4-openssl-dev
- uses: actions/checkout@v4
- run: cat ./lib/em-http/http_connection.rb
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
#bundler-cache: true
- run: bundle install
- run: bundle exec rake spec
spec-legacy:
name: "RSpec / Ruby 2.2"
runs-on: ubuntu-20.04
steps:
- run: sudo apt-get install libcurl4-openssl-dev
- uses: actions/checkout@v4
- run: cat ./lib/em-http/http_connection.rb
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.2
bundler-cache: true
#bundler-cache: true
- run: bundle install
- name: rake spec
run: bundle exec rake spec

0 comments on commit 9c32865

Please sign in to comment.