Skip to content

Commit

Permalink
Fix PHPUnit tests on oci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Raul <raul@nextcloud.com>
  • Loading branch information
Raudius committed Jun 9, 2022
1 parent e8e4542 commit 2ccdfd9
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2ccdfd9

Please sign in to comment.