We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74e0c3 commit b3d23c2Copy full SHA for b3d23c2
1 file changed
README.md
@@ -46,6 +46,7 @@ on:
46
47
jobs:
48
call-tests:
49
+ name: Extension tests
50
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # Must match PHPBB_BRANCH
51
with:
52
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
77
78
79
```yaml
80
81
82
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
83
84
0 commit comments