Skip to content

Commit

Permalink
Need new coverage artifact names for no-annotations builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored and franmomu committed Jun 9, 2024
1 parent ea42132 commit 9837dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: "Upload coverage file"
uses: "actions/upload-artifact@v4"
with:
name: "${{ github.job }}-${{ matrix.php-version }}-${{ matrix.deps }}-coverage"
name: "${{ github.job }}-${{ matrix.php-version }}-${{ matrix.deps }}-${{ matrix.no-annotations == true && 'no-annotations' || 'with-annotations' }}-coverage"
path: "coverage.xml"

lint-doctrine-xml-schema:
Expand Down

0 comments on commit 9837dfd

Please sign in to comment.