Skip to content

Commit d12df1f

Browse files
committed
Update ci scripts
1 parent 739ed8c commit d12df1f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
types: [created]
55
jobs:
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

.github/workflows/test-slow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Run slow TS tests
1+
name: Run scheduled tests
22
on:
33
schedule:
44
- cron: '0 6 * * 1,4' # 06:00 bi-weekly (mon, thu)
55
workflow_dispatch:
66
jobs:
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

.github/workflows/test-ts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Run TS tests
1+
name: Run tests
22
on:
33
- push
44
- pull_request
55
jobs:
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

0 commit comments

Comments
 (0)