Skip to content

Commit

Permalink
fix: test timeout as optional
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Aug 14, 2024
1 parent f079579 commit d5b62a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Analyze Terraform
on:
workflow_call:
inputs:
tfdir:
sourceDir:
description: 'Terraform directory to analyze'
required: true
default: '.'
Expand All @@ -28,11 +28,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check if ${{ inputs.tfdir }} changed
- name: Check if ${{ inputs.sourceDir }} changed
id: detect
uses: tj-actions/changed-files@v44
with:
path: ${{ inputs.tfdir }}
path: ${{ inputs.sourceDir }}


- uses: actions/setup-go@v5
Expand Down

0 comments on commit d5b62a9

Please sign in to comment.