Skip to content

Commit 8a6991c

Browse files
committed
Better job name
1 parent e012503 commit 8a6991c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ concurrency:
1414

1515
jobs:
1616
tests-integration:
17-
name: "Integration tests"
17+
name: ${{ matrix.extension-name }}
1818
runs-on: "ubuntu-latest"
1919
timeout-minutes: 30
2020

21-
2221
strategy:
2322
fail-fast: false
2423
matrix:

0 commit comments

Comments
 (0)