Skip to content

Commit

Permalink
CI: Reconfigured code quality report (#6)
Browse files Browse the repository at this point in the history
Resolves task: CI/CD: Configure workflows (#6)
  • Loading branch information
fet1sov authored Jun 27, 2024
1 parent dceec51 commit 910ab95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
php_version: 8.2
path: www/
report: csv
report_file: reports/code_quality.csv
report_file: code_quality.csv

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: quality_report
path: reports/code_quality.csv
path: code_quality.csv
retention-days: 5

0 comments on commit 910ab95

Please sign in to comment.