Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Merge pull request #8 from tyler-technologies/jcn/depro #15

Merge pull request #8 from tyler-technologies/jcn/depro

Merge pull request #8 from tyler-technologies/jcn/depro #15

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.3.6
terraform_wrapper: false
- name: Build
uses: goreleaser/[email protected]
with:
version: latest
args: release --snapshot --skip-validate --skip-publish --skip-sign
- name: Run test
run: make test
env:
GIT_AUTHOR_NAME: "Gitops Provider"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "Gitops Provider"
GIT_COMMITTER_EMAIL: "[email protected]"