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 Nov 15, 2022
1 parent 741b98a commit 627f626
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 94 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 @@ -39,11 +39,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 @@ -53,7 +53,7 @@ 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

summary:
permissions:
Expand Down
46 changes: 0 additions & 46 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 627f626

Please sign in to comment.