Skip to content

Commit

Permalink
Run phpunit from FOSSBilling
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Oct 10, 2023
1 parent e61ac3d commit 7c80291
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ jobs:
echo > FOSSBilling/src/data/log/application.log
echo > FOSSBilling/src/data/log/php_error.log
- name: list files
run: ls -alh ./
- name: Copy tests to FOSSBilling directory
run: cp -r tests/Serviceproxmox FOSSBilling/tests/modules/

- name: Run PHPUnit Tests
uses: php-actions/phpunit@v3
with:
version: 9
php_version: ${{ matrix.php }}
configuration: FOSSBilling/phpunit.xml.dist
env:
APP_ENV: test

0 comments on commit 7c80291

Please sign in to comment.