Skip to content

test: reset Skunk::Config to fix order-dependent formats test #598

test: reset Skunk::Config to fix order-dependent formats test

test: reset Skunk::Config to fix order-dependent formats test #598

Workflow file for this run

# .github/workflows/main.yml
name: CI
on: [push, pull_request]
jobs:
test-ruby:
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
os: [ubuntu]
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
include:
- os: ubuntu
ruby-version: "head"
experimental: true
steps:
- uses: actions/checkout@v2
- name: Setup Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Build and run tests
run: |
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
bundle exec rake