mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-13 03:23:18 +03:00
CI test
This commit is contained in:
parent
ba77658551
commit
c1a2116a95
1 changed files with 19 additions and 0 deletions
19
.github/workflows/ci.yml
vendored
Normal file
19
.github/workflows/ci.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: CI
|
||||||
|
|
||||||
|
on: [ push ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: php-actions/composer@v5
|
||||||
|
- uses: php-actions/phpunit@v3
|
||||||
|
- name: PHPUnit Tests
|
||||||
|
uses: php-actions/phpunit@v2
|
||||||
|
env:
|
||||||
|
TEST_NAME: Test
|
||||||
|
with:
|
||||||
|
bootstrap: tests/bootstrap.php
|
||||||
|
configuration: phpunit.xml
|
Loading…
Reference in a new issue