Skip to content

Reduce external gem dependencies: extract backup-fog into an internal plugin #42

Reduce external gem dependencies: extract backup-fog into an internal plugin

Reduce external gem dependencies: extract backup-fog into an internal plugin #42

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
paths:
- 'bin/*'
- '**.gemspec'
- '**.rb'
- '**.rake'
- '**/Rakefile'
- '.github/workflows/rspec.yml'
jobs:
rspec:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
env:
BUNDLE_WITHOUT: no_ci
steps:
- uses: actions/checkout@v3
- name: Install deps
run: sudo apt-get update && sudo apt-get install -qf libcurl4-openssl-dev
- name: Install ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run test
run: bundle exec rspec