Skip to content

fix(deps): update module github.com/gruntwork-io/terratest to v0.48.2 #77

fix(deps): update module github.com/gruntwork-io/terratest to v0.48.2

fix(deps): update module github.com/gruntwork-io/terratest to v0.48.2 #77

Workflow file for this run

name: workflow
on:
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with: { go-version: 1.17.5 }
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with: { terraform_version: 1.1.7 }
- name: Install Taskfile
run: curl -sL https://taskfile.dev/install.sh | sh
- name: Run tests
run: ./bin/task test