Skip to content

Merge pull request #50 from guicassolato/fix/reveal-active-column #13

Merge pull request #50 from guicassolato/fix/reveal-active-column

Merge pull request #50 from guicassolato/fix/reveal-active-column #13

Workflow file for this run

on: [push, pull_request]
jobs:
test:
name: Headless Tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- name: Run headless tests
uses: GabrielBB/[email protected]
with:
run: npm run test