mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
chore: Debug spell dtos override (#36)
This commit is contained in:
parent
07b1848405
commit
01dfb1d32b
21
.github/workflows/e2e.yml
vendored
21
.github/workflows/e2e.yml
vendored
@ -49,9 +49,24 @@ 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 }}",
|
||||||
|
"registry": "fluence"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
nox:
|
nox:
|
||||||
needs:
|
needs:
|
||||||
- spell
|
- spell
|
||||||
|
- decider
|
||||||
|
|
||||||
uses: fluencelabs/nox/.github/workflows/build.yml@master
|
uses: fluencelabs/nox/.github/workflows/build.yml@master
|
||||||
with:
|
with:
|
||||||
@ -66,6 +81,12 @@ jobs:
|
|||||||
"package": "fluence-spell-distro",
|
"package": "fluence-spell-distro",
|
||||||
"version": "=${{ needs.spell.outputs.cargo-version }}",
|
"version": "=${{ needs.spell.outputs.cargo-version }}",
|
||||||
"registry": "fluence"
|
"registry": "fluence"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "decider-distro",
|
||||||
|
"version": "=${{ needs.decider.outputs.cargo-version }}",
|
||||||
|
"manifest": "crates/system-services/Cargo.toml",
|
||||||
|
"registry": "fluence"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user