Skip to content

chore(deps): Bump hashicorp/azurerm from 4.12.0 to 4.13.0 in /terraform #786

chore(deps): Bump hashicorp/azurerm from 4.12.0 to 4.13.0 in /terraform

chore(deps): Bump hashicorp/azurerm from 4.12.0 to 4.13.0 in /terraform #786

Workflow file for this run

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