Skip to content

Commit

Permalink
fix(deps): update rust crate decider-distro to v0.5.9 (#1975)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate decider-distro to v0.5.9

* fix(e2e): use fcli tests from branch 'renovate/spell'

* fix(e2e): use fcli tests from main branch

* chore(e2e): move fcli tests to be the first [skip ci]

* chore(e2e): move fcli tests after decider [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: folex <0xdxdy@gmail.com>
  • Loading branch information
renovate[bot] and folex committed Dec 23, 2023
1 parent 090dff3 commit d5d47e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 28 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ jobs:
}
]
cli:
needs:
- nox-snapshot
uses: fluencelabs/cli/.github/workflows/tests.yml@main
with:
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"

js-client:
needs:
- nox-snapshot
Expand All @@ -100,9 +107,3 @@ jobs:
with:
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"

cli:
needs:
- nox-snapshot
uses: fluencelabs/cli/.github/workflows/tests.yml@main
with:
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"
29 changes: 8 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/system-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
aqua-ipfs-distro = "=0.5.24"
decider-distro = "=0.5.6"
decider-distro = "=0.5.9"
registry-distro = "=0.9.0"
trust-graph-distro = "=0.4.7"

Expand Down

0 comments on commit d5d47e3

Please sign in to comment.