Skip to content

Run scheduled tests #144

Run scheduled tests

Run scheduled tests #144

Workflow file for this run

name: Run scheduled tests
on:
schedule:
- cron: '0 18 * * 1,4' # 18:00 bi-weekly (mon, thu)
workflow_dispatch:
jobs:
slow:
name: 'jsbt v0.5.0 large input tests' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-custom.yml@d156c5951d47d615d673d039aa03de6b9669449f
with:
npm-task: test:slow