File tree 3 files changed +8
-26
lines changed
3 files changed +8
-26
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- with :
11
- fetch-depth : 0 # This ensures you have the full git history
12
10
13
11
- name : Setup Node.js
14
12
uses : actions/setup-node@v2
52
50
if : steps.node-modules-cache.outputs.cache-hit != 'true'
53
51
run : yarn install --immutable
54
52
55
- - name : Debug - List Processes
56
- run : ps aux
57
-
58
53
- run : yarn build
59
-
60
- - name : Debug - List Processes
61
- run : ps aux
62
-
63
- - name : Run tests with detailed output
64
- run : |
65
- echo "::group::Detailed Test Output"
66
- yarn test
67
- echo "::endgroup::"
68
-
69
- - name : Get test coverage
70
- uses : coverallsapp/github-action@master
71
- with :
72
- github-token : ${{ secrets.GITHUB_TOKEN }}
54
+ - run : yarn test
73
55
74
56
# Modified tmate step without the timeout-minutes option
75
57
- name : Setup tmate session
Original file line number Diff line number Diff line change 24
24
"bip-schnorr" : " ^0.6.2" ,
25
25
"bip39" : " ^3.0.2" ,
26
26
"bitcoin-networks" : " ^1.0.0" ,
27
- "cfd-dlc-js" : " https://github.com/atomicfinance/cfd-dlc-js.git#v0.0.47 " ,
27
+ "cfd-dlc-js" : " https://github.com/atomicfinance/cfd-dlc-js.git#v0.0.48 " ,
28
28
"cfd-js" : " https://github.com/cryptogarageinc/cfd-js.git#v0.4.10" ,
29
29
"chai" : " ^4.2.0" ,
30
30
"chai-as-promised" : " ^7.1.1" ,
64
64
"lint" : " turbo run lint" ,
65
65
"lint:fix" : " turbo run lint:fix" ,
66
66
"build" : " turbo run build" ,
67
- "test" : " yarn run test:unit && yarn run test:integration:sequential " ,
67
+ "test" : " yarn run test:unit" ,
68
68
"test:unit" : " turbo run test" ,
69
69
"test:integration" : " nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --parallel --max-old-space-size=4096" ,
70
70
"test:integration:sequential" : " nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --max-old-space-size=4096 --verbose --timeout 60000" ,
Original file line number Diff line number Diff line change @@ -4420,9 +4420,9 @@ __metadata:
4420
4420
languageName: node
4421
4421
linkType: hard
4422
4422
4423
- "cfd-dlc-js@https://github.com/atomicfinance/cfd-dlc-js.git#v0.0.47 ":
4424
- version: 0.0.47
4425
- resolution: "cfd-dlc-js@https://github.com/atomicfinance/cfd-dlc-js.git#commit=b32d18d63a8f401781c40daf2028fa15278d9297 "
4423
+ "cfd-dlc-js@https://github.com/atomicfinance/cfd-dlc-js.git#v0.0.48 ":
4424
+ version: 0.0.48
4425
+ resolution: "cfd-dlc-js@https://github.com/atomicfinance/cfd-dlc-js.git#commit=3f40a7218329309578525b024172c55fd1252c25 "
4426
4426
dependencies:
4427
4427
big-integer: ^1.6.26
4428
4428
cmake-js: 6.3.2
@@ -4433,7 +4433,7 @@ __metadata:
4433
4433
npm-run-all: ^4.1.5
4434
4434
prebuild-install: ^7.0.0
4435
4435
run-script-os: ^1.1.5
4436
- checksum: 111947ab3129a2f1eb5b3ee9e3d5ba8a5a0c77a8614d61cd53159c8c4dca91fd1a20c6fc9b7cc8af58b00d8fbb539c27423d9cac2134e0412cdefa9f1cfe31a6
4436
+ checksum: 9dc16a0ede8c1eb4f0ee79e64c8e1863e8aec27db19b93cd4e0c1f6f0b326fddd8809b521258e7ef2c63aa9a33d4850098647f312984c2dccfd50735ef424f9e
4437
4437
languageName: node
4438
4438
linkType: hard
4439
4439
@@ -12816,7 +12816,7 @@ __metadata:
12816
12816
bip-schnorr: ^0.6.2
12817
12817
bip39: ^3.0.2
12818
12818
bitcoin-networks: ^1.0.0
12819
- cfd-dlc-js: "https://github.com/atomicfinance/cfd-dlc-js.git#v0.0.47 "
12819
+ cfd-dlc-js: "https://github.com/atomicfinance/cfd-dlc-js.git#v0.0.48 "
12820
12820
cfd-js: "https://github.com/cryptogarageinc/cfd-js.git#v0.4.10"
12821
12821
chai: ^4.2.0
12822
12822
chai-as-promised: ^7.1.1
You can’t perform that action at this time.
0 commit comments