Skip to content

Added tests for inferring sort classes. (#131) #254

Added tests for inferring sort classes. (#131)

Added tests for inferring sort classes. (#131) #254

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Jest CI - Automated testing of table sorting.
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run tests
run: npm test