Skip to content

Add instructions for running multiple wallets on the same machine #452

Add instructions for running multiple wallets on the same machine

Add instructions for running multiple wallets on the same machine #452

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Install Bundle Dependencies
run: bundle install
- name: Build
run: bundle exec jekyll build