Skip to content

Commit c7dc628

Browse files
authored
ci: disable fail-fast, run tests on testdata changes (#33)
1 parent 9d867b9 commit c7dc628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.go'
99
- 'go.mod'
1010
- 'go.sum'
11+
- 'internal/provider/testdata/*.tf'
1112
- '.github/workflows/test.yml'
1213
push:
1314
branches:
@@ -16,6 +17,7 @@ on:
1617
- '**.go'
1718
- 'go.mod'
1819
- 'go.sum'
20+
- 'internal/provider/testdata/*.tf'
1921
- '.github/workflows/test.yml'
2022

2123
permissions:
@@ -51,6 +53,7 @@ jobs:
5153
cli:
5254
- terraform
5355
- tofu
56+
fail-fast: false
5457
needs: build
5558
runs-on: ubuntu-latest
5659
timeout-minutes: 15

0 commit comments

Comments
 (0)