Skip to content

PC-9523 Add timeToBurnEntireBudget condition via YAML #166

PC-9523 Add timeToBurnEntireBudget condition via YAML

PC-9523 Add timeToBurnEntireBudget condition via YAML #166

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: false
- name: Run unit tests
run: |
make test