Skip to content

Add poet and critic part 2 to site menu. #285

Add poet and critic part 2 to site menu.

Add poet and critic part 2 to site menu. #285

Workflow file for this run

name: ci:test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: install
run: gem install bundler -v 2.4.22 && bundle
- name: test
run: bundle exec rake wax:test