Run scheduled tests #144
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |