Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Nov 13, 2023
1 parent d0950eb commit 809a18f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
}
]
rust-peer:
nox:
needs:
- spell

uses: fluencelabs/rust-peer/.github/workflows/build.yml@master
uses: fluencelabs/nox/.github/workflows/build.yml@master
with:
cargo-dependencies: |
[
Expand All @@ -76,32 +76,31 @@ jobs:
}
]
rust-peer-snapshot:
name: "rust-peer"
nox-snapshot:
name: "nox"
needs:
- rust-peer
- nox

uses: fluencelabs/rust-peer/.github/workflows/container.yml@master
uses: fluencelabs/nox/.github/workflows/container.yml@master
with:
image-name: "docker.fluence.dev/sqlite-wasm-connector"
flavour: "minimal"
rust-peer-sha: "${{ needs.rust-peer.outputs.rust-peer-sha }}"

spell-aqua-tests:
name: "spell"
needs:
- rust-peer-snapshot
- nox-snapshot
uses: fluencelabs/spell/.github/workflows/tests.yml@main
with:
rust-peer-image: "${{ needs.rust-peer-snapshot.outputs.rust-peer-image }}"
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"

registry:
needs:
- snapshot
- rust-peer-snapshot
- nox-snapshot
uses: fluencelabs/registry/.github/workflows/tests.yml@main
with:
rust-peer-image: "${{ needs.rust-peer-snapshot.outputs.rust-peer-image }}"
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"
cargo-dependencies: |
[
{
Expand Down

0 comments on commit 809a18f

Please sign in to comment.