Skip to content

Commit

Permalink
Fix phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Oct 10, 2023
1 parent 7c80291 commit 0be25ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ jobs:
echo > FOSSBilling/src/data/log/license.log
echo > FOSSBilling/src/data/log/application.log
echo > FOSSBilling/src/data/log/php_error.log
- name: Copy module to FOSSBilling directory
run: cp -r src/ FOSSBilling/src/modules/Serviceproxmox

- name: Copy tests to FOSSBilling directory
run: cp -r tests/Serviceproxmox FOSSBilling/tests/modules/
Expand Down

0 comments on commit 0be25ba

Please sign in to comment.