Merge pull request #107 from connorbrown-db/feature/github-workflows #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow is used for testing the Azure terraform module. | |
name: Azure Tests | |
on: | |
push: | |
paths: | |
- 'azure/tf/**' | |
- '.github/workflows/azure-test.yml' | |
pull_request: | |
paths: | |
- 'azure/tf/**' | |
- '.github/workflows/azure-test.yml' | |
jobs: | |
test-azure: | |
uses: ./.github/workflows/terraform-ruw.yml | |
with: | |
working_directory: azure/tf | |
tflint_args: "--config=$(pwd)/.tflint.hcl" |