Skip to content

Commit

Permalink
fix CI and cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: MohammadReza vahedi <[email protected]>
  • Loading branch information
mrvahedi68 committed Sep 18, 2023
1 parent f1cff70 commit 360b293
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 822 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/lint-eslint.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/lint-php-cs.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/lint-stylelint.yml

This file was deleted.

117 changes: 0 additions & 117 deletions .github/workflows/phpunit-mysql.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,6 @@ jobs:
working-directory: apps/${{ env.APP_NAME }}
run: ./vendor/phpunit/phpunit/phpunit -c ${{ env.PHPUNIT_CONFIG }}

- name: Check PHPUnit integration config file existence
id: check_integration
uses: andstor/file-existence-action@v1
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}

- name: Run Nextcloud
# Only run if phpunit integration config file exists
if: steps.check_integration.outputs.files_exists == 'true'
run: php -S localhost:8080 &

- name: PHPUnit integration
# Only run if phpunit integration config file exists
if: steps.check_integration.outputs.files_exists == 'true'
working-directory: apps/${{ env.APP_NAME }}
run: ./vendor/phpunit/phpunit/phpunit -c ${{ env.PHPUNIT_INTEGRATION_CONFIG }}

summary:
runs-on: ubuntu-latest
needs: phpunit-oci
Expand Down
116 changes: 0 additions & 116 deletions .github/workflows/phpunit-pgsql.yml

This file was deleted.

Loading

0 comments on commit 360b293

Please sign in to comment.