File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 types : [created]
55jobs :
66 release-js :
7- name : ' jsbt v0.5.1' # Should match commit below
8- uses : paulmillr/jsbt/.github/workflows/release.yml@a00dbc815760211c6f6986344b2da91512597810
7+ name : jsbt v0.5.1
8+ uses : paulmillr/jsbt/.github/workflows/release.yml@d156c5951d47d615d673d039aa03de6b9669449f
99 permissions :
1010 contents : read
1111 id-token : write
Original file line number Diff line number Diff line change 1- name : Run slow TS tests
1+ name : Run scheduled tests
22on :
33 schedule :
44 - cron : ' 0 6 * * 1,4' # 06:00 bi-weekly (mon, thu)
55 workflow_dispatch :
66jobs :
77 slow :
8- name : ' jsbt v0.5.1 large input tests'
9- uses : paulmillr/jsbt/.github/workflows/test-ts- custom.yml@a00dbc815760211c6f6986344b2da91512597810
8+ name : Slow large input tests
9+ uses : paulmillr/jsbt/.github/workflows/test-custom.yml@a00dbc815760211c6f6986344b2da91512597810
1010 with :
1111 npm-task : test:slow
Original file line number Diff line number Diff line change 1- name : Run TS tests
1+ name : Run tests
22on :
33 - push
44 - pull_request
55jobs :
66 test-ts :
7- name : ' jsbt v0.5.1' # Should match commit below
8- uses : paulmillr/jsbt/.github/workflows/test-ts .yml@a00dbc815760211c6f6986344b2da91512597810
7+ name : jsbt v0.5.1
8+ uses : paulmillr/jsbt/.github/workflows/test.yml@d156c5951d47d615d673d039aa03de6b9669449f
You can’t perform that action at this time.
0 commit comments