iflrandevu/.github/workflows/ci.yml

20 lines
388 B
YAML
Raw Normal View History

2021-11-05 20:50:38 +03:00
name: CI
on: [ push ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-11-05 20:53:48 +03:00
- uses: php-actions/composer@v6
2021-11-05 20:50:38 +03:00
- 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