Skip to content

Commit

Permalink
CI: Added report file extension (#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 cdccf21 commit dcdd153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: www/
standard: phpcs.xml
report: csv
report_file: code_quality
report_file: code_quality.csv

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dcdd153

Please sign in to comment.