Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Removed extension job as it is not working properly. Base functionality is intact.
  • Loading branch information
nhkhai committed Mar 20, 2024
1 parent 7ae34b7 commit c9bb094
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,3 @@ jobs:
path: "**/target/site/**"
if-no-files-found: error
retention-days: 7

test-report:
runs-on: ubuntu-latest

needs:
- build-and-run-tests

steps:
- name: Publish Report
uses: turing85/[email protected]
with:
checkout: true
comment-header: my-test-report
download-artifact-name: test-report
report-path: "**/target/surefire-reports/TEST*.xml"
comment-message-recreate: "Reports will be posted here as they get available. "
recreate-comment: true

0 comments on commit c9bb094

Please sign in to comment.