mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Remove the code for the CI to spawn a Serai node
The serai-client test runner controls the node on its end. Also bumps the Monero version.
This commit is contained in:
17
.github/actions/test-dependencies/action.yml
vendored
17
.github/actions/test-dependencies/action.yml
vendored
@@ -10,18 +10,13 @@ inputs:
|
||||
monero-version:
|
||||
description: "Monero version to download and run as a regtest node"
|
||||
required: false
|
||||
default: v0.18.0.0
|
||||
default: v0.18.2.0
|
||||
|
||||
bitcoin-version:
|
||||
description: "Bitcoin version to download and run as a regtest node"
|
||||
required: false
|
||||
default: 24.0.1
|
||||
|
||||
serai:
|
||||
description: "Run a Serai development node in the background"
|
||||
required: false
|
||||
default: false
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
@@ -47,13 +42,3 @@ runs:
|
||||
|
||||
- name: Run a Monero Wallet-RPC
|
||||
uses: ./.github/actions/monero-wallet-rpc
|
||||
|
||||
- name: Run a Serai Development Node
|
||||
if: ${{ inputs.serai }}
|
||||
shell: bash
|
||||
run: |
|
||||
cd substrate/node
|
||||
cargo build
|
||||
cd ../..
|
||||
|
||||
./target/debug/serai-node --dev &
|
||||
|
||||
Reference in New Issue
Block a user