Skip to content

Commit

Permalink
focus on format test
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar committed Nov 6, 2024
1 parent b8f33ec commit 2875a95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tf_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
tool: [tofu, terraform]
tool: [terraform] # [tofu, terraform]
test:
- pass_one
- pass_character_limit
# - pass_one
# - pass_character_limit
- pass_format_diff
# - fail_invalid_resource_type
# - fail_data_source_error
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Provision TF
id: tf
continue-on-error: true
# continue-on-error: true
uses: ./
with:
command: ${{ github.event.pull_request.merged && 'apply' || 'plan' }}
Expand Down

0 comments on commit 2875a95

Please sign in to comment.