Skip to content

Ordinal drag and drop using mouse events #326

Ordinal drag and drop using mouse events

Ordinal drag and drop using mouse events #326

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [ main, release/* ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Setup node
uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install
- name: Run setup
run: |
bin/setup
- name: Run default rake task
run: |
bundle exec rake