Skip to content

Merge pull request #268 from dd3tech/fix/arrow-selector-options #860

Merge pull request #268 from dd3tech/fix/arrow-selector-options

Merge pull request #268 from dd3tech/fix/arrow-selector-options #860

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches: ['main']
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: npm
- run: npm install
- name: Running all test coverage
run: npm run coverage