Skip to content

Sisyphus smiling/add condensed match creation txn #63

Sisyphus smiling/add condensed match creation txn

Sisyphus smiling/add condensed match creation txn #63

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Flow CLI Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Install Flow CLI
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.3.2
- name: Run tests
run: make ci