Skip to content

add config-path input to configure chainctl for different environments #19

add config-path input to configure chainctl for different environments

add config-path input to configure chainctl for different environments #19

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
test:
name: Basic Test
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./
- run: chainctl version