Skip to content
code

GitHub Action

Phalcon Action

0.0.1 Latest version

Phalcon Action

code

Phalcon Action

An action for running project with Phalcon framework environment

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Phalcon Action

uses: MilesChou/phalcon-action@0.0.1

Learn more about this action in MilesChou/phalcon-action

Choose a version

Phalcon Action

GitHub Release License

An action for running project with Phalcon framework environment.

The image is based on 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

License

The MIT License (MIT). Please see License File for more information.