Skip to content

tests(aws): Add default test for aws #1

tests(aws): Add default test for aws

tests(aws): Add default test for aws #1

Workflow file for this run

# This workflow is used for testing the aws terraform module.
name: AWS Tests
on:
push:
paths:
- 'aws/tf/**'
- '.github/workflows/aws-test.yml'
pull_request:
paths:
- 'aws/tf/**'
- '.github/workflows/aws-test.yml'
jobs:
test-azure:
uses: ./.github/workflows/terraform-ruw.yml
with:
working_directory: aws/tf
tflint_args: "--config=$(pwd)/.tflint.hcl"