Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Jan 8, 2024
1 parent 04ea9b4 commit e0ced57
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Coverage Report
uses: lucassabreu/comment-coverage-clover@main
if: always()
with:
file: "./build/logs/clover.xml"
5 changes: 0 additions & 5 deletions .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Coverage Report
uses: lucassabreu/comment-coverage-clover@main
if: always()
with:
file: "./build/logs/clover.xml"
5 changes: 0 additions & 5 deletions .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Coverage Report
uses: lucassabreu/comment-coverage-clover@main
if: always()
with:
file: "./build/logs/clover.xml"
5 changes: 0 additions & 5 deletions .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Coverage Report
uses: lucassabreu/comment-coverage-clover@main
if: always()
with:
file: "./build/logs/clover.xml"
5 changes: 0 additions & 5 deletions .github/workflows/build.php81.release.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Coverage Report
uses: lucassabreu/comment-coverage-clover@main
if: always()
with:
file: "./build/logs/clover.xml"
- name: Make Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit e0ced57

Please sign in to comment.