Skip to content

Commit 9754dde

Browse files
author
Greg Bowler
committed
Add links to test runners
1 parent 2eb0030 commit 9754dde

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use the Composer CLI in your Github Actions.
55

66
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
77

8-
If you are running tests like [PHPUnit](php-actions-phpunit), [phpspec](php-actions-phpspec) or [Behat](php-actions-behat) in your Github actions, chances are you will need to install your project's dependencies using Composer.
8+
If you are running tests like [PHPUnit][php-actions-phpunit], [phpspec][php-actions-phpspec] or [Behat][php-actions-behat] in your Github actions, chances are you will need to install your project's dependencies using Composer.
99

1010
Usage
1111
-----
@@ -25,4 +25,8 @@ jobs:
2525
- uses: actions/checkout@v1
2626
- uses: phpactions/composer@master
2727
# ... then your own project steps ...
28-
```
28+
```
29+
30+
[php-actions-phpunit]: https://github.com/marketplace/actions/phpunit-php-actions
31+
[php-actions-phpspec]: https://github.com/marketplace/actions/phpspec-php-actions
32+
[php-actions-behat]: https://github.com/marketplace/actions/behat-php-actions

0 commit comments

Comments
 (0)