Skip to content

Commit

Permalink
HAck at CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsherrylabs committed Sep 22, 2020
1 parent 375091e commit 6eec144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: sbt coverage test coverageReport
env:
BASE_URL: http://cardano-wallet-testnet.iog.solutions:8090/v2/
WALLET_1_MNEM: ${{ WALLET_1_MNEM }}
WALLET_1_MNEM: ${{ secrets.WALLET_1_MNEM }}
WALLET_2_MNEM: secrets.WALLET_2_MNEM
WALLET_1_PASS: ${{ secrets.WALLET_1_PASS }}
WALLET_2_PASS: ${{ secrets.WALLET_2_PASS }}
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/iog/psg/cardano/jpi/CardanoJpiSpec.scala
Expand Up @@ -39,7 +39,7 @@ class CardanoJpiSpec extends AnyFlatSpec with Matchers with Configure {
"Test wallet" should "exist or be created" in {

println(s"WALLET $baseUrl")
println(s"WALLET $testWalletMnemonic")
println(s"WALLET ${testWalletMnemonic.length} <-")
println(s"WALLET 2 $testWallet2Mnemonic")
val mnem = GenericMnemonicSentence(testWalletMnemonic)
sut
Expand Down

0 comments on commit 6eec144

Please sign in to comment.