Skip to content

Commit ecaf8d4

Browse files
authored
add unique names per integration test (#282)
1 parent 4bdc4fb commit ecaf8d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: tflint -v
6767

6868
integration-versions:
69-
name: 'Integration test (tflint_version: ${{ matrix.tflint_version }})'
69+
name: 'Integration test: version (tflint_version: ${{ matrix.tflint_version }})'
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
@@ -90,6 +90,7 @@ jobs:
9090

9191
integration-checksum:
9292
runs-on: ubuntu-latest
93+
name: 'Integration test: checksum'
9394

9495
steps:
9596
- uses: actions/checkout@v4
@@ -104,7 +105,7 @@ jobs:
104105
- run: tflint -v
105106

106107
integration-matchers:
107-
name: 'Integration test (tflint_version: ${{ matrix.tflint_version }})'
108+
name: 'Integration test: matchers (tflint_version: ${{ matrix.tflint_version }})'
108109
runs-on: ubuntu-latest
109110
strategy:
110111
matrix:
@@ -121,7 +122,7 @@ jobs:
121122
run: tflint -f compact --force
122123

123124
integration-wrapper:
124-
name: 'Integration test (tflint_version: ${{ matrix.tflint_version }})'
125+
name: 'Integration test: wrapper (tflint_version: ${{ matrix.tflint_version }})'
125126
runs-on: ubuntu-latest
126127
strategy:
127128
matrix:

0 commit comments

Comments
 (0)