Skip to content

Commit

Permalink
added reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent 1eb64a8 commit 911f160
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1408482145 }}
QODANA_ENDPOINT: 'https://qodana.cloud'

summary:
name: Summary Report
runs-on: ubuntu-latest
Expand All @@ -149,15 +148,10 @@ jobs:
echo "${{ env.result }}" >> summary.md
echo "" >> summary.md
- name: Upload Summary
uses: actions/upload-artifact@v3
with:
name: summary-report
path: summary.md

- name: Post Summary to GitHub Actions
uses: actions/github-script@v6
with:
github-token: ${{ secrets.MY_GITHUB_TOKEN }} # Use your PAT here
script: |
const fs = require('fs');
const summary = fs.readFileSync('summary.md', 'utf8');
Expand Down

0 comments on commit 911f160

Please sign in to comment.