Skip to content

Commit

Permalink
set event triggers
Browse files Browse the repository at this point in the history
fix TestSigner
  • Loading branch information
stepanLav committed Jun 27, 2024
1 parent c7fdd6e commit 03f2a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/balances_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Run balances tests

on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 */8 * * *'

jobs:
develop-build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ class MoonbaseSendIntagrationTest {
val chain = chainRegistry.getChain("91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527")

val accountId = chain.accountIdOf("0x0c7485f4AA235347BDE0168A59f6c73C7A42ff2C")
val signer = TestSigner { payload ->
// You can add any additional test logic here if needed
}
val signer = TestSigner {_ ->}

val extrinsic = extrinsicBuilderFactory.create(chain, signer, accountId)
.nativeTransfer(accountId, chain.utilityAsset.planksFromAmount(BigDecimal.ONE), keepAlive = true)
Expand Down

0 comments on commit 03f2a0c

Please sign in to comment.