Skip to content

(maint) Update CODEOWNERS to include devx #7

(maint) Update CODEOWNERS to include devx

(maint) Update CODEOWNERS to include devx #7

Workflow file for this run

name: Test
on:
- pull_request
- push
env:
BUNDLE_WITHOUT: release
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: "2.5"
- ruby: "3.2.0-preview1"
steps:
- uses: actions/checkout@v2
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: install dependencies
run: sudo apt install gettext -y
- name: Run tests
run: bundle exec rspec