Skip to content

Commit

Permalink
Add php version to artifact name to avoid conflict (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
etremblay authored Jan 25, 2024
1 parent cadc6a6 commit c0552ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- name: PHPUnit
uses: equisoft-actions/phpunit@v1
with:
report-name: phpunit.php-${{ inputs.php-version }}.junit.xml
coverage-report-name: phpunit.php-${{ inputs.php-version }}clover.xml
working-directory: ${{ inputs.working-directory }}
report-retention-days: ${{ inputs.report-retention-days }}
extra-args: ${{ inputs.phpunit-extra-args }}
Expand Down Expand Up @@ -133,6 +135,7 @@ jobs:
- name : PHP_Codesniffer
uses : equisoft-actions/phpcs@v1
with:
report-name: phpcs.php-${{ inputs.php-version }}.junit.xml
default-branch: master
working-directory: ${{ inputs.working-directory }}
report-retention-days: ${{ inputs.report-retention-days }}
Expand Down

0 comments on commit c0552ad

Please sign in to comment.