Skip to content

Eng 1849 capture per timeline step metrics in honeycomb (#3261) #2859

Eng 1849 capture per timeline step metrics in honeycomb (#3261)

Eng 1849 capture per timeline step metrics in honeycomb (#3261) #2859

Workflow file for this run

name: Run Tests
on: push
jobs:
test:
name: Run Tests
runs-on: depot-ubuntu-22.04-4
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.x
check-latest: true
cache: true
- name: Go Test
run: |
go run main.go --version
go test -race -v -timeout 5m github.com/overmindtech/cli github.com/overmindtech/cli/tfutils