Skip to content

Merge pull request #51 from guicassolato/fix-event-propagation #16

Merge pull request #51 from guicassolato/fix-event-propagation

Merge pull request #51 from guicassolato/fix-event-propagation #16

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/xvfb-action@v1.0
with:
run: npm run test