CI test
This commit is contained in:
parent
1b8ce59cdc
commit
755d334ec4
1 changed files with 9 additions and 4 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -7,11 +7,16 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Git clone
|
||||||
- uses: php-actions/composer@v6
|
uses: actions/checkout@v2
|
||||||
- uses: php-actions/phpunit@v3
|
- name: Install dependencies
|
||||||
|
uses: php-actions/composer@v6
|
||||||
|
with:
|
||||||
|
php_version: 7.4
|
||||||
|
php_extensions: redis exif
|
||||||
|
version: 2
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
uses: php-actions/phpunit@v2
|
uses: php-actions/phpunit@v3
|
||||||
env:
|
env:
|
||||||
TEST_NAME: Test
|
TEST_NAME: Test
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue