Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mileschou/phalcon-action
GitHub Actions for Phalcon Framework
https://github.com/mileschou/phalcon-action
actions phalcon php
Last synced: 27 days ago
JSON representation
GitHub Actions for Phalcon Framework
- Host: GitHub
- URL: https://github.com/mileschou/phalcon-action
- Owner: MilesChou
- License: mit
- Created: 2019-04-04T03:38:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T09:57:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T11:59:23.738Z (about 1 month ago)
- Topics: actions, phalcon, php
- Language: Shell
- Homepage: https://github.com/marketplace/actions/phalcon-action
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phalcon Action
[![GitHub Release][ico-release]][link-github-release]
[![License][ico-license]](LICENSE)An action for running project with Phalcon framework environment.
> The image is based on [mileschou/phalcon](https://hub.docker.com/r/mileschou/phalcon/).
## Usage
Following is an example workflow to run Phalcon test:```
steps:
- name: Composer install
uses: MilesChou/composer-action@master
with:
args: install
- name: Phalcon action
uses: mileschou/phalcon-action@master
with:
args: php vendor/bin/phpunit
```## Credits
* [MilesChou](https://github.com/MilesChou)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
[ico-release]: https://img.shields.io/github/tag/MilesChou/phalcon-action.svg
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg
[link-github-release]: https://github.com/MilesChou/phalcon-action/releases