Skip to content

Gender services: updated waits info #811

Gender services: updated waits info

Gender services: updated waits info #811

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Build and test with Rake
run: |
gem install bundler
sudo apt-get install libimlib2-dev aspell aspell-en
bundle install --jobs 4 --retry 3
bundle exec rake