Skip to content

Commit b3d23c2

Browse files
committed
Add a name to called tests
1 parent d74e0c3 commit b3d23c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ on:
4646

4747
jobs:
4848
call-tests:
49+
name: Extension tests
4950
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # Must match PHPBB_BRANCH
5051
with:
5152
EXTNAME: acme/demo # Your extension vendor/package name
@@ -77,6 +78,7 @@ You can fine-tune this workflow with several optional arguments in the `with` se
7778

7879
```yaml
7980
call-tests:
81+
name: Extension tests
8082
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
8183
with:
8284
EXTNAME: acme/demo # Your extension vendor/package name

0 commit comments

Comments
 (0)