Skip to content

get credentials from user's terraform config directory #89

get credentials from user's terraform config directory

get credentials from user's terraform config directory #89

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...