Skip to content

Move Ariel update from sandbox to main site #232

Move Ariel update from sandbox to main site

Move Ariel update from sandbox to main site #232

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 && bundle
- name: test
run: bundle exec rake wax:test