mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Workflow fixes, pt. 1
This commit is contained in:
8
.github/workflows/ruby.yml
vendored
8
.github/workflows/ruby.yml
vendored
@@ -18,7 +18,6 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -31,5 +30,10 @@ jobs:
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
- name: Install correct Bundler version
|
||||
run: |
|
||||
if [[ "${{ matrix.ruby-version }}" == "2.7" ]]; then
|
||||
gem install bundler -v "~> 2.4.0"
|
||||
fi
|
||||
- name: Run tests
|
||||
run: bundle exec rake
|
||||
run: bundle exec rake
|
||||
Reference in New Issue
Block a user