Skip to content

Commit a2cd0a9

Browse files
committed
Update README.md
1 parent 241fec1 commit a2cd0a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You may append additional parameters to the command, e.g. `vendor/bin/phpunit --
1616

1717
## Example GitHub Actions workflow
1818

19+
The workflow shows a typical usage example within a GitHub Actions workflow.
20+
You may adjust this workflow as you see fit e.g. to use a different Test Runner.
21+
1922
```yaml
2023
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
2124

@@ -81,4 +84,4 @@ jobs:
8184
- name: "Tests"
8285
run: "vendor/bin/phpunit --testsuite ${{ matrix.suite-name }}"
8386

84-
```
87+
```

0 commit comments

Comments
 (0)