Skip to content

Commit

Permalink
feature: init
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed May 1, 2024
1 parent 66f8708 commit 583eb0f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
sudo apt install -y graphviz
JAR_FILE=$(ls -al ./build/libs/ | tail -1 | awk '{print $9}')
java -jar ./build/libs/$JAR_FILE -d $(pwd) -p com.heowc.heo.core -o ${{ github.event.pull_request.number }}.png
- name: Create comment
- name: Create self-healing test report
if: success() && github.event.pull_request.number != ''
uses: peter-evans/create-or-update-comment@v4
uses: actions/upload-artifact@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body-path: ${{ github.event.pull_request.number }}.png
path: ${{ github.event.pull_request.number }}.png
name: interg-reports
retention-days: 7

- name: If failure then upload test reports
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 583eb0f

Please sign in to comment.