chore: Prepare for sqlite e2e (#211)

* Add sqlite to e2e

* Add cargo config

* Set path

* Move cargo

* Move back
This commit is contained in:
Anatolios Laskaris 2023-03-16 10:03:11 +02:00 committed by GitHub
parent d2c5b69658
commit dfe043d1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries]
fluence = { index = "git://crates.fluence.dev/index" }

View File

@ -15,6 +15,9 @@ on:
description: "@fluencejs/aqua version"
type: string
default: "null"
cargo-dependencies:
description: "Cargo dependencies map"
type: string
ref:
description: "GitHub ref to checkout to"
type: string
@ -106,6 +109,13 @@ jobs:
with:
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
run: ./build.sh
working-directory: service