Skip to content

Commit 7e5ed3d

Browse files
committed
ESM-only, rewrite tests in TS
1 parent fae888a commit 7e5ed3d

File tree

11 files changed

+486
-62
lines changed

11 files changed

+486
-62
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.3.3' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
7+
name: 'jsbt v0.4.1'
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
99
with:
1010
build-path: test/build
11+
# slow-types: false
1112
secrets:
1213
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
1314
permissions:

.github/workflows/test-js.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/test-ts.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Run TS tests
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
test-js:
7+
name: 'jsbt v0.4.1'
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
9+
# with:
10+
# submodules: false

0 commit comments

Comments
 (0)