Skip to content

Bump reline from 0.3.8 to 0.3.9 #482

Bump reline from 0.3.8 to 0.3.9

Bump reline from 0.3.8 to 0.3.9 #482

Workflow file for this run

name: CI
on: [push]
jobs:
verify:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependent libraries
run: sudo apt-get install libarchive-tools libidn11-dev
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 15
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run tests
env:
RAILS_ENV: test
run: bundle exec rake test