test gh workflow ci FAILING TEST
This commit is contained in:
parent
3e9a76a439
commit
1e91147e8d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: ci
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
jobs:
|
||||
regtest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
2
tests
2
tests
|
|
@ -20,7 +20,7 @@ run(){
|
|||
}
|
||||
|
||||
failed="false"
|
||||
blockheight=200
|
||||
blockheight=666
|
||||
utxos=5
|
||||
channel_size=16000000 # 0.016 btc
|
||||
balance_size=8000000 # 0.08 btc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue