Skip to content

Feature/GitHub workflows #2

Feature/GitHub workflows

Feature/GitHub workflows #2

Workflow file for this run

# 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"