Skip to content

Commit

Permalink
Merge pull request #10 from pondersource/mrv/enforce-mfa
Browse files Browse the repository at this point in the history
Step-Up Mfa verification
  • Loading branch information
mrvahedi68 authored Sep 19, 2023
2 parents 4837125 + f77103b commit 1f5d37f
Show file tree
Hide file tree
Showing 23 changed files with 104 additions and 841 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 1f5d37f

Please sign in to comment.