Skip to content

Commit

Permalink
Fixing phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Sep 30, 2023
1 parent 22377e7 commit 9b07c5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ jobs:
args: --working-dir=FOSSBilling/
dev: no

- name: Create Build Archive for Tests
run: |
cp FOSSBilling/src/config-sample.php FOSSBilling/src/config.php
mkdir -p FOSSBilling/src/data/cache
mkdir -p FOSSBilling/src/data/log
echo > FOSSBilling/src/data/log/license.log
echo > FOSSBilling/src/data/log/application.log
echo > FOSSBilling/src/data/log/php_error.log
- name: Run PHPStan
uses: php-actions/phpstan@v3
with:
Expand Down

0 comments on commit 9b07c5a

Please sign in to comment.