Skip to content

Support XDG directories for config and history files #632

Support XDG directories for config and history files

Support XDG directories for config and history files #632

Workflow file for this run

name: Ruby(macOS)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: macos-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
ruby-version: ['3.2', 'head']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: |
bundle exec rake clobber
bundle exec rake compile
bundle exec rake test_console