Skip to content

Commit

Permalink
fix: CI (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 authored and Ad96el committed Aug 20, 2024
1 parent eedf94a commit 5dc4e40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test-try-runtime:
image: paritytech/ci-unified:bullseye-1.74.0
stage: test
variables:
TRY_RUNTIME_CLI_VERSION_TAG: v0.6.1
TRY_RUNTIME_CLI_VERSION_TAG: v0.7.0
script:
- curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/${TRY_RUNTIME_CLI_VERSION_TAG}/try-runtime-x86_64-unknown-linux-musl -o try-runtime
- chmod +x ./try-runtime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Limited Reserve V2 Transfers from Spiritnet Account Alice -> HydraDx Ac
},
{
"data": {
"amount": "(rounded 4100000000000)",
"amount": "(rounded 3500000000000)",
"currencyId": 28,
"who": "7L53bUTBopuwFt3mKUfmkzgGLayYa1Yvn1hAg9v5UMrQzTfh",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Limited Reserve V3 Transfers from Spiritnet Account Alice -> HydraDx Ac
},
{
"data": {
"amount": "(rounded 4100000000000)",
"amount": "(rounded 3500000000000)",
"currencyId": 28,
"who": "7L53bUTBopuwFt3mKUfmkzgGLayYa1Yvn1hAg9v5UMrQzTfh",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`Limited Reserve Transfers from HydraDx Account Alice -> Spiritnet Accou
[
{
"data": {
"amount": "(rounded 440000000000)",
"amount": "(rounded 450000000000)",
"currencyId": 0,
"who": "7NL1GYCJu8cFSnWBLwET2X3fMdodw8T75zuxi59hA2bhdjQq",
},
Expand Down

0 comments on commit 5dc4e40

Please sign in to comment.