Skip to content

Fix Yadisk::Client::Resources::V1::Disk spec #11

Fix Yadisk::Client::Resources::V1::Disk spec

Fix Yadisk::Client::Resources::V1::Disk spec #11

Workflow file for this run

name: Tests
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master ]
env:
# Setting an environment variable with the value of a configuration variable
COVERALLS_REPO_TOKEN: ${{ vars.COVERALLS_REPO_TOKEN }}
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: |
sudo apt-get install wget -y
bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec