Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix PHPUnit tests on oci.yml
Signed-off-by: Raul <[email protected]>
  • Loading branch information
Raudius committed Jun 9, 2022
commit 2ccdfd9536d25189012612acde5ba981c06594b2
4 changes: 2 additions & 2 deletions .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
./occ app:enable --force ${{ env.APP_NAME }}

- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}/tests
run: phpunit -c phpunit.xml
working-directory: apps/${{ env.APP_NAME }}
run: phpunit -c tests/phpunit.xml