Skip to content

Merge pull request #809 from overmindtech/change-url-fix #2221

Merge pull request #809 from overmindtech/change-url-fix

Merge pull request #809 from overmindtech/change-url-fix #2221

Workflow file for this run

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