Skip to content

Merge pull request #21 from aminaopio/feature/drag-and-drop #40

Merge pull request #21 from aminaopio/feature/drag-and-drop

Merge pull request #21 from aminaopio/feature/drag-and-drop #40

Workflow file for this run

name: Jest
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn install
- name: Run Jest tests
run: yarn test