Skip to content

Commit d3a806b

Browse files
authored
ci: test expand-diff section (#450)
* push Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> * amend test Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --------- Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent 76f2369 commit d3a806b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test_ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test CI
33

44
on:
55
pull_request:
6-
paths: [.github/workflows/test_ci.yaml, action.yml, tests/**]
6+
paths: [action.yml, tests/**, .github/workflows/test_ci.yaml]
77
types: [opened, reopened, synchronize, closed]
88

99
jobs:
@@ -73,10 +73,8 @@ jobs:
7373
preserve-plan: true
7474
retention-days: 1
7575

76-
expand-diff: true
77-
expand-summary: true
78-
7976
comment-pr: ${{ matrix.tool == 'tofu' && 'always' || 'never' }}
77+
expand-diff: true
8078
tag-actor: never
8179
tool: ${{ matrix.tool }}
8280

0 commit comments

Comments
 (0)