Skip to content

Changed dataset directory to match XDG Base Directory Specification #107

Changed dataset directory to match XDG Base Directory Specification

Changed dataset directory to match XDG Base Directory Specification #107

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/activerecord80.gemfile
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.2
gemfile: gemfiles/activerecord71.gemfile
- ruby: 3.1
gemfile: gemfiles/activerecord70.gemfile
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/cache@v4
with:
path: ~/.cache/disco
key: disco-v2
- run: bundle exec rake test