Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jun 28, 2022
1 parent f1dbdbd commit 9028b19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 93 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/lint-eslint.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
extensions: ctype,curl,dom,fileinfo,gd,imagick,intl,json,mbstring,oci8,openssl,pdo_sqlite,posix,sqlite,xml,zip
tools: phpunit:9
coverage: none
ini-file: development

- name: composer i
run: |
composer i
composer require --dev phpunit/phpunit
- name: Set up Nextcloud
run: |
Expand All @@ -57,4 +57,4 @@ jobs:
- name: PHPUnit
working-directory: tests
run: ../lib/composer/bin/phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB
run: phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB
45 changes: 0 additions & 45 deletions .github/workflows/phpunit-custom.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
coverage: none
update: true
Expand All @@ -54,7 +55,6 @@ jobs:
- name: composer i
run: |
composer i
composer require --dev phpunit/phpunit
- name: Set up Nextcloud
env:
Expand All @@ -66,4 +66,4 @@ jobs:
- name: PHPUnit
working-directory: tests
run: ../lib/composer/bin/phpunit --configuration phpunit-autotest.xml
run: phpunit --configuration phpunit-autotest.xml

0 comments on commit 9028b19

Please sign in to comment.