mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
chore: Prepare for sqlite e2e (#211)
* Add sqlite to e2e * Add cargo config * Set path * Move cargo * Move back
This commit is contained in:
parent
d2c5b69658
commit
dfe043d1df
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[registries]
|
||||||
|
fluence = { index = "git://crates.fluence.dev/index" }
|
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -15,6 +15,9 @@ on:
|
|||||||
description: "@fluencejs/aqua version"
|
description: "@fluencejs/aqua version"
|
||||||
type: string
|
type: string
|
||||||
default: "null"
|
default: "null"
|
||||||
|
cargo-dependencies:
|
||||||
|
description: "Cargo dependencies map"
|
||||||
|
type: string
|
||||||
ref:
|
ref:
|
||||||
description: "GitHub ref to checkout to"
|
description: "GitHub ref to checkout to"
|
||||||
type: string
|
type: string
|
||||||
@ -106,6 +109,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
crate: marine
|
crate: marine
|
||||||
|
|
||||||
|
- name: Set dependencies
|
||||||
|
if: inputs.cargo-dependencies != ''
|
||||||
|
uses: fluencelabs/github-actions/cargo-set-dependency@main
|
||||||
|
with:
|
||||||
|
dependencies: ${{ inputs.cargo-dependencies }}
|
||||||
|
manifest: service/Cargo.toml
|
||||||
|
|
||||||
- name: Build service
|
- name: Build service
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
working-directory: service
|
working-directory: service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user