Skip to content

chore(deps): Bump hashicorp/azuread from 3.0.1 to 3.0.2 in /terraform #757

chore(deps): Bump hashicorp/azuread from 3.0.1 to 3.0.2 in /terraform

chore(deps): Bump hashicorp/azuread from 3.0.1 to 3.0.2 in /terraform #757

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 ./...