Skip to content

stop state forward when pipeline is not active #137

stop state forward when pipeline is not active

stop state forward when pipeline is not active #137

Workflow file for this run

name: GO-Flow-Build
on: [push]
jobs:
checks:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v1
with:
go-version: '1.20'
- run: make
- uses: actions/upload-artifact@v1
with:
name: coverage.html
path: /tmp/coverage.html