Skip to content

fix action now that we have presubmit tests #1

fix action now that we have presubmit tests

fix action now that we have presubmit tests #1

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
test:
name: Basic Test
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: ./
- run: chainctl version