Skip to content

Commit f9e1e2d

Browse files
committed
Clean up
Signed-off-by: Côme Chilliet <[email protected]>
1 parent f6687cc commit f9e1e2d

File tree

4 files changed

+4
-94
lines changed

4 files changed

+4
-94
lines changed

.github/workflows/lint-eslint.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/oci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
extensions: ctype,curl,dom,fileinfo,gd,imagick,intl,json,mbstring,oci8,openssl,pdo_sqlite,posix,sqlite,xml,zip
4444
tools: phpunit:9
4545
coverage: none
46+
ini-file: development
4647

4748
- name: composer i
4849
run: |
4950
composer i
50-
composer require --dev phpunit/phpunit
5151
5252
- name: Set up Nextcloud
5353
run: |
@@ -57,4 +57,4 @@ jobs:
5757
5858
- name: PHPUnit
5959
working-directory: tests
60-
run: ../lib/composer/bin/phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB
60+
run: phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB

.github/workflows/phpunit-custom.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: shivammathur/setup-php@v2
4747
with:
4848
php-version: ${{ matrix.php-versions }}
49+
tools: phpunit
4950
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
5051
coverage: none
5152
update: true
@@ -54,7 +55,6 @@ jobs:
5455
- name: composer i
5556
run: |
5657
composer i
57-
composer require --dev phpunit/phpunit
5858
5959
- name: Set up Nextcloud
6060
env:
@@ -66,4 +66,4 @@ jobs:
6666
6767
- name: PHPUnit
6868
working-directory: tests
69-
run: ../lib/composer/bin/phpunit --configuration phpunit-autotest.xml
69+
run: phpunit --configuration phpunit-autotest.xml

0 commit comments

Comments
 (0)