Skip to content

fix: use variable instead of constant to control propagation of click… #14

fix: use variable instead of constant to control propagation of click…

fix: use variable instead of constant to control propagation of click… #14

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