Skip to content

Commit

Permalink
Fix invalid expression in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 30, 2024
1 parent fdc40f3 commit a3757c1
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 @@ -95,7 +95,7 @@ jobs:
- name: "Upload coverage file"
uses: "actions/upload-artifact@v4"
with:
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles(composer.lock) }}.coverage"
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}.coverage"
path: "coverage.xml"

upload_coverage:
Expand Down

0 comments on commit a3757c1

Please sign in to comment.