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:
Luke Parker
2023-03-20 01:07:43 -04:00
parent 597122b2e0
commit 66eaf6ab61
4 changed files with 6 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ inputs:
version:
description: "Version to download and run"
required: false
default: v0.18.1.2
default: v0.18.2.0
runs:
using: "composite"
@@ -37,7 +37,7 @@ runs:
wget https://downloads.getmonero.org/cli/$FILE
tar -xvf $FILE
mv monero-x86_64-linux-gnu-${{ inputs.version }}/monero-wallet-rpc monero-wallet-rpc
mv monero-x86_64-linux-gnu-${{ inputs.version }}/monero-wallet-rpc monero-wallet-rpc
- name: Monero Wallet RPC
shell: bash