Try to remove CI as well

This commit is contained in:
bocharsky-bw 2022-01-26 11:23:16 +02:00
parent 129a09ce3f
commit 7dd53fca23

View file

@ -1,21 +0,0 @@
name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPUnit Tests
uses: php-actions/phpunit@v9
env:
TEST_NAME: PHPUNIT
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml.dist
args: --coverage-text