Skip to content

Enhancement/osd for all img 56 #107

Enhancement/osd for all img 56

Enhancement/osd for all img 56 #107

Workflow file for this run

name: ci:test
on:
push:
branches: [main, development, v1*]
pull_request:
branches: [main, development, v1*]
jobs:
test:
if: github.repository_owner == 'minicomp'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: test
run: bundle exec rake wax:test