Skip to content

Commit

Permalink
Add decider to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Oct 23, 2023
1 parent d50facb commit 8451343
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,25 @@ jobs:
}
]
decider:
needs:
- spell
uses: fluencelabs/decider/.github/workflows/snapshot.yml@main
with:
cargo-dependencies: |
[
{
"package": "fluence-spell-dtos",
"version": "=${{ needs.spell.outputs.cargo-version }}",
"manifest": "src/distro/Cargo.toml",
"registry": "fluence"
}
]
nox:
needs:
- spell
- decider

uses: fluencelabs/nox/.github/workflows/build.yml@debug-spell-dtos-override
with:
Expand All @@ -66,6 +82,12 @@ jobs:
"package": "fluence-spell-distro",
"version": "=${{ needs.spell.outputs.cargo-version }}",
"registry": "fluence"
},
{
"package": "decider-distro",
"version": "=${{ needs.decider.outputs.cargo-version }}",
"manifest": "crates/system-services/Cargo.toml",
"registry": "fluence"
}
]
Expand Down

0 comments on commit 8451343

Please sign in to comment.